Skip to content

Instantly share code, notes, and snippets.

@elhoyos
Created January 25, 2017 20:42
Show Gist options
  • Save elhoyos/f211c5f67b890c983144a92dc30c0c9e to your computer and use it in GitHub Desktop.
Save elhoyos/f211c5f67b890c983144a92dc30c0c9e to your computer and use it in GitHub Desktop.
Remove first 10 lines from a file
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