summaryrefslogtreecommitdiff
path: root/sys/src/cmd/wc.c
AgeCommit message (Collapse)Author
2020-03-10improve usage messages (thanks henesy)Ori Bernstein
Fix inconsistencies between programs and their usage messages, correct instances where information seems to be missing or lost. This includes missing arguments, making usage consistent with manuals, and so on.
2015-02-15wc: flags dont need to be uvlongcinap_lenrek
2015-02-15wc: bring back old wc but extended for 21 bit runescinap_lenrek
the imported wc from sources is arround 8 times slower than our old one. it is common to run wc on large log files to count lines. so i think the implementation complexity is justified. (just like with grep)
2015-02-14wc: import new wc from sourcescinap_lenrek
2014-05-03wc: simplify and avoid buffer overflow on long filenamesftrvxmtrx
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen