Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #catch #grep #cat #lines #file #linux
ADD COMMENT
Topic
Name
9+2 =