Thursday, March 26, 2009

Remove the first line of a file with sed

If you need to remove the first line of a file use (on linux)

sed 1d file_name > new_file_name

No comments: