12 stable releases
1.0.11 | Jul 7, 2023 |
---|---|
1.0.10 | Jul 6, 2023 |
1.0.1 | Jun 21, 2023 |
0.1.0 | Jun 20, 2023 |
#771 in Command line utilities
4KB
76 lines
WORD COUNTER
this is my own version of wc for personal use
Usage
word count
wcc "hello world"
wcc "$(ls)"
disable echo and label
wcc -e "hello world"
line count
wcc -l "hello\nworld"
wcc -l "$(ls)"
wcc -l "hello
world"
Dependencies
~2–3MB
~54K SLoC