next up previous
Next: manipolazione avanzata di file Up: lista di comandi utili Previous: file, directory, dischi

manipolazione di file

cat     - concatenate files and print on the standard output

sort    - sort lines of text files

head    - output the first part of files

tail    - output the last part of files 

grep    - print lines matching a pattern

wc      - print the number of bytes, words, and lines in files

diff    - find differences between two files

more    - file perusal filter for crt viewing

less    - opposite of more



Giorgio F. Signorini 2002-05-20