mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 11:26:03 +02:00
wc: add pipe example (#4067)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
c7ae6b3d8a
commit
34519ed770
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@
|
||||||
- Count characters in file (taking multi-byte character sets into account):
|
- Count characters in file (taking multi-byte character sets into account):
|
||||||
|
|
||||||
`wc -m {{file}}`
|
`wc -m {{file}}`
|
||||||
|
|
||||||
|
- Use standard input to count lines, words and characters (bytes) in that order:
|
||||||
|
|
||||||
|
`{{find .}} | wc`
|
||||||
|
|
Loading…
Add table
Reference in a new issue