Output the first part of files
head -n {{count of lines}} {{filename}}
head -c {{size in kilobytes}} {{filename}}
head -n -{{count of lines}} {{filename}}
head -c -{{size in kilobytes}} {{filename}}