Dec 15, 2010

deletes the first line

This simple sed command deletes the first line, no matter what the line contains:

sed '1d' data.file > mynewdata.file

No comments:

Post a Comment