Prints the number of bytes,words,and lines in files.
SYNTAX
wc[OPTION}..[FILE]..
Options
here we are assuming a file called index.html.
root@aspx-desktop:/media/sda7/# wc -c index.html
13976 index.html
root@aspx-desktop:/media/sda7/# wc -m index.html
13976 index.html
root@aspx-desktop:/media/sda7/# wc -l index.html
418 index.html
root@aspx-desktop:/media/sda7/# wc -w index.html
1196 index.html
No comments :
Post a Comment