wcc

Crates.iowcc
lib.rswcc
version1.0.11
sourcesrc
created_at2023-06-20 10:02:44.727479
updated_at2023-07-07 10:24:17.499948
descriptionthis is my own version of wc for personal use
homepage
repositoryhttps://github.com/momozahara/word-counter
max_upload_size
id894883
size5,152
Pream Pinbut (momozahara)

documentation

README

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"
Commit count: 31

cargo fmt