Skip to content

Instantly share code, notes, and snippets.

@mattmc3
Created April 6, 2017 01:10
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 mattmc3/7aa456d8c66817318b80efdacb3d97d6 to your computer and use it in GitHub Desktop.
Save mattmc3/7aa456d8c66817318b80efdacb3d97d6 to your computer and use it in GitHub Desktop.
Bash - remove first line of file
tail -n +2 $FILE > $FILE.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment