Wednesday, May 18, 2011

sed - delete first lines in the file

# delete the first 10 lines of a file
 sed '1,10d'
http://www.eng.cam.ac.uk/help/tpl/unix/sed.html

No comments: