Created
April 24, 2019 19:24
-
-
Save ivanrosolen/b43246f580593d83e2e1f9654afeb526 to your computer and use it in GitHub Desktop.
Quick remove first line from file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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