head and tail
head some_file
head tursiops.fa
head -n some_file where n is an integer
head -2 some_file
tail some_file
tail -n some_file where n is an integer