Answers for "catch grep cat last first lines of a file linux"

0

catch grep cat last first lines of a file linux

catch grep cat last first lines of a file
tail --lines=100 file.dat
#wll grep last 100 lines
head --lines=100 file.dat 
#will grep cat first 100 lines
Posted by: Guest on July-09-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language