wc: add words example, update characters example
This commit is contained in:
@@ -6,7 +6,11 @@
|
|||||||
|
|
||||||
`wc -l {{file}}`
|
`wc -l {{file}}`
|
||||||
|
|
||||||
- Count bytes in file:
|
- Count words in file:
|
||||||
|
|
||||||
|
`wc -w {{file}}`
|
||||||
|
|
||||||
|
- Count characters (bytes) in file:
|
||||||
|
|
||||||
`wc -c {{file}}`
|
`wc -c {{file}}`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user