mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-12 17:51:53 +08:00
Add wc command content
wc documentation
This commit is contained in:
committed by
GitHub
parent
2cdfed1f83
commit
833886fd77
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user