Skip to content

Instantly share code, notes, and snippets.

@adamvr
Created March 28, 2012 03:06
Show Gist options
  • Select an option

  • Save adamvr/2223216 to your computer and use it in GitHub Desktop.

Select an option

Save adamvr/2223216 to your computer and use it in GitHub Desktop.
Get a line range from a file
sed -n '30,60p' filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment