head_and_tail_expanded
This is an old revision of the document!
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
cat tursiops.fa
head_and_tail_expanded.1623155802.txt.gz · Last modified: by 24.222.40.124
