Move pages back into a "pages" folder
This commit is contained in:
16
pages/common/wc.md
Normal file
16
pages/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