Appearance
Use awk:
awk
# just get me the first line, thankx cat really-long-file.txt | awk 'NR == 1'