Commandes (utiles)
wc
- wc counts the number of bytes, whitespace-separated words, and newlines in each given file, or standard input if none are given or for a file of `-'. Synopsis:
- wc [option]... [file]...
sort (ex en suivant le lien)
- tri
- sort sorts, merges, or compares all the lines from the given files, or standard input if none are given or for a file of `-'. By default, sort writes the results to standard output. Synopsis:
- sort [option]... [file]...
head, tail
- pagination partielle (début et fin de fichier)