diff --git a/pages/common/wc.md b/pages/common/wc.md index c540430016..6f7c1a6dd5 100644 --- a/pages/common/wc.md +++ b/pages/common/wc.md @@ -17,3 +17,7 @@ - Count characters in file (taking multi-byte character sets into account): `wc -m {{file}}` + +- Use standard input to count lines, words and characters (bytes) in that order: + +`{{find .}} | wc`