head

Output the first part of files. Output the first few…

head

Output the first part of files.

head -n {{count_of_lines}} {{filename}}

head -c {{size_in_bytes}} {{filename}}

head -n -{{count_of_lines}} {{filename}}

head -c -{{size_in_bytes}} {{filename}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← hcloud helix →