Skip to content

Instantly share code, notes, and snippets.

@robflaherty
Created August 13, 2015 23:45
Show Gist options
  • Select an option

  • Save robflaherty/1870a8cd204cf0915ab6 to your computer and use it in GitHub Desktop.

Select an option

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