Skip to content

Instantly share code, notes, and snippets.

@nsonnadsnip
Forked from nsonnad/slice_rows.sh
Created November 29, 2013 10:25
Show Gist options
  • Save nsonnadsnip/7703949 to your computer and use it in GitHub Desktop.
Save nsonnadsnip/7703949 to your computer and use it in GitHub Desktop.
shell: use sed to slice out rows from a file
sed -n 16224,16482p filename > newfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment