Skip to content

Instantly share code, notes, and snippets.

@theothermattm
Created September 16, 2014 17:15
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 theothermattm/ff8d689cf2405a504b28 to your computer and use it in GitHub Desktop.
Save theothermattm/ff8d689cf2405a504b28 to your computer and use it in GitHub Desktop.
Cut a section of lines using sed
sed -n 16224,16482p filename > newfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment