Skip to content

Instantly share code, notes, and snippets.

@paveljasek
Created October 6, 2016 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paveljasek/05b1c08d55df4fb2c143a4b2ce3df0b9 to your computer and use it in GitHub Desktop.
Save paveljasek/05b1c08d55df4fb2c143a4b2ce3df0b9 to your computer and use it in GitHub Desktop.
Delete first line of a file
# Get rid of the first line in a file
sed '1d' change_history.csv > change_history_v2.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment