Skip to content

Instantly share code, notes, and snippets.

@olimortimer
Created May 27, 2014 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olimortimer/5938473652dc4c955eb2 to your computer and use it in GitHub Desktop.
Save olimortimer/5938473652dc4c955eb2 to your computer and use it in GitHub Desktop.
Shell: Trim lines from file
# Save all lines after line number X (1000000), from one file into another
tail -n +1000001 error_log > error_log_trimmed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment