Skip to content

Instantly share code, notes, and snippets.

@robflaherty
Created August 13, 2015 23:45
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 robflaherty/1870a8cd204cf0915ab6 to your computer and use it in GitHub Desktop.
Save robflaherty/1870a8cd204cf0915ab6 to your computer and use it in GitHub Desktop.
remove first line from file
cat input.csv | sed "1 d" > output.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment