Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #wc #linux #command
ADD COMMENT
Topic
Name
4+9 =