Output the first part of files. More information: https://www.gnu.org/software/coreutils/manual/html_node/head-invocation.html.
head {{[-n|--lines]}} {{count}} {{path/to/file}}
head {{[-c|--bytes]}} {{count}} {{path/to/file}}
head {{[-n|--lines]}} -{{count}} {{path/to/file}}
head {{[-c|--bytes]}} -{{count}} {{path/to/file}}