Move OS X and Linux pages into pages/common
This commit is contained in:
16
common/wc.md
Normal file
16
common/wc.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# wc
|
||||
|
||||
> Count words, bytes, or lines
|
||||
|
||||
- count lines in file
|
||||
|
||||
`wc -l {{file}}`
|
||||
|
||||
- count bytes in file
|
||||
|
||||
`wc -c {{file}}`
|
||||
|
||||
- count characters in file (taking multi-byte character sets into account)
|
||||
|
||||
`wc -m {{file}}`
|
||||
|
||||
Reference in New Issue
Block a user