tsur

Crates.iotsur
lib.rstsur
version0.1.6
sourcesrc
created_at2020-10-15 12:41:22.695823
updated_at2020-10-21 21:31:12.916233
descriptionCount ASCII characters in file(s).
homepagehttps://github.com/109149/tsur
repositoryhttps://github.com/109149/tsur
max_upload_size
id299997
size15,807
109149 (109149)

documentation

https://github.com/109149/tsur

README

Tsur (tsur)

Tsur is a character counter tool.

Examples

# count all ascii characters in text.txt
# and output in (default) ascending order, by value
tsur -f text.txt count -c

# count all ascii characters in text.txt
# and output in descending order, by values
tsur -f text.txt count -c -s vdesc

# count all ascii characters in text.txt
# and output in descending order, by keys
tsur -f text.txt count -c -s kdesc

# count all ascii characters in text.txt
# and output in ascending order, by keys
tsur -f text.txt count -c -s vasc

# cout all ascii characters in t1.txt t2.txt
# and output in ascending order, by values
tsur -f t1.txt t2.txt count -c
Commit count: 21

cargo fmt