View Single Post
  #1   (View Single Post)  
Old 28th August 2014
Mike-Sanders Mike-Sanders is offline
Fdisk Soldier
 
Join Date: Dec 2012
Posts: 52
Default Limit output to range of lines

Some handy information when you want to limit output to a given range of lines... Example, output only lines 1 to 20:

Code:
sed -n 1,20p file | next-tool...
__________________
www.tacoshack.xyz
Reply With Quote