Skip to content

Instantly share code, notes, and snippets.

@cdolek
Last active June 5, 2017 22:15
Show Gist options
  • Save cdolek/2d3f9faa6a98f823579ec8b6c0766a76 to your computer and use it in GitHub Desktop.
Save cdolek/2d3f9faa6a98f823579ec8b6c0766a76 to your computer and use it in GitHub Desktop.
Get n rows from a text file
# From 2 to 4
sed '2,4!d' somefile.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment