Skip to content

Instantly share code, notes, and snippets.

@ivanrosolen
Created April 24, 2019 19:24
Show Gist options
  • Save ivanrosolen/b43246f580593d83e2e1f9654afeb526 to your computer and use it in GitHub Desktop.
Save ivanrosolen/b43246f580593d83e2e1f9654afeb526 to your computer and use it in GitHub Desktop.
Quick remove first line from file
tail -n +2 file.sql > newfile.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment