mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:35:26 +02:00
wc: add words example, update characters example
This commit is contained in:
parent
a9258feb22
commit
4e1da9c809
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue