mirror of https://github.com/CrimsonTome/tldr.git
Merge pull request #767 from igorshubovych/wc
wc: add words example, update characters examplewaldyrious/alt-syntax
commit
d632b20eee
|
@ -6,7 +6,11 @@
|
|||
|
||||
`wc -l {{file}}`
|
||||
|
||||
- Count bytes in file:
|
||||
- Count words in file:
|
||||
|
||||
`wc -w {{file}}`
|
||||
|
||||
- Count characters (bytes) in file:
|
||||
|
||||
`wc -c {{file}}`
|
||||
|
||||
|
|
Loading…
Reference in New Issue