head_and_tail_expanded
head and tail
head some_file
head tursiops.fa
- by default 10 lines
head -n some_file where n is an integer
head -2 some_file
tail some_file
- like head default is 10 lines
tail -n some_file where n is an integer
head_and_tail_expanded.txt · Last modified: by 24.222.40.124
