head

Stampa a schermo le prime linee di un file. Maggiori informazioni: https://manned.org/head.1p.

head -n {{numero_di_linee}} {{file}}

head -c {{numero_di_byte}} {{file}}

head -n -{{numero_di_linee}} {{file}}

head -c -{{numero_di_byte}} {{file}}