Created
January 25, 2017 20:42
-
-
Save elhoyos/f211c5f67b890c983144a92dc30c0c9e to your computer and use it in GitHub Desktop.
Remove first 10 lines from a 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
sed -i '1,10d' myfile | |
# As per http://superuser.com/a/405314 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment