Crates.io | wcc |
lib.rs | wcc |
version | 1.0.11 |
source | src |
created_at | 2023-06-20 10:02:44.727479 |
updated_at | 2023-07-07 10:24:17.499948 |
description | this is my own version of wc for personal use |
homepage | |
repository | https://github.com/momozahara/word-counter |
max_upload_size | |
id | 894883 |
size | 5,152 |
this is my own version of wc for personal use
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"