Saturday, March 17, 2012

How to count line/char/word of a file


# wc -l file_name [to count line]

# wc -c file_name [to count chracter]

# wc -w file_name [to count word]

No comments:

Post a Comment