Skip to content

Instantly share code, notes, and snippets.

@nsonnad
Created November 28, 2013 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nsonnad/7690134 to your computer and use it in GitHub Desktop.
Save nsonnad/7690134 to your computer and use it in GitHub Desktop.
shell: print specific rows of file from terminal
sed -n 16224,16482p filename > newfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment