Wc - Conteo de Archivos
Apuntes y comandos de Wc - Conteo de Archivos para Linux.
- Count number of lines in file
wc -l index.html
File Modulation
file file.* ---------------show file type
wc file.txt --------------print line count, Bite count, and Word Count
wc file.txt -w -------------print no of words in file
wc file.txt -l ------------Print no. of line in File
wc file.txt -c ------------Print no of bites in File