Answers for "wc linux command"

1

wc linux command

# Example of wc use 

wc /proc/cpuinfo 

448 3632 22226 /proc/cpuinfo

# 448: Number of lines
# 3632: Number of words
# 22226: Number of characters
Posted by: Guest on March-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language