Created
June 1, 2017 05:14
-
-
Save mladenp/63be4c607a92be0a3445f309207200a1 to your computer and use it in GitHub Desktop.
Remove First line of the file
This file contains hidden or 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" > "$FILE.tmp" && mv "$FILE.tmp" "$FILE" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment