Add wc command content

wc documentation
This commit is contained in:
Paul Marsicovetere
2022-08-13 08:03:46 -04:00
committed by GitHub
parent 2cdfed1f83
commit 833886fd77

View File

@@ -1 +1,8 @@
# Wc
# wc
The wc utility displays the number of lines, words, and bytes contained in each input file, or standard input (if no file is specified) to the standard output.
See `man wc` for further information.
<BadgeLink badgeText='Cheat Sheet' colorScheme='blue' href='https://onecompiler.com/cheatsheets/wc'>wc Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://linux.die.net/man/1/wc'>wc Documentation</BadgeLink>