Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mparker17/lc
A simple unicode grapheme (i.e.: letter, character) counter in Rust.
https://github.com/mparker17/lc
Last synced: 4 days ago
JSON representation
A simple unicode grapheme (i.e.: letter, character) counter in Rust.
- Host: GitHub
- URL: https://github.com/mparker17/lc
- Owner: mparker17
- License: gpl-2.0
- Created: 2016-01-23T14:26:34.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T23:09:27.000Z (about 1 year ago)
- Last Synced: 2023-10-20T08:07:30.490Z (about 1 year ago)
- Language: Rust
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# lc - letter count
The lc (which stands for "letter count") utility displays the number of
instances of each letter contained in each input file, or standard input (if no
file is specified) to the standard output. Newline characters are not counted.See [the contributing guidelines](CONTRIBUTING.md) for more information on how to compile and contribute.
# Usage:
lc [file]
# Flags:
-h, --help Prints help information
-V, --version Prints version information# Arguments:
Sets the input file to use