Skip to content

Instantly share code, notes, and snippets.

@arbitrary-dev
Created December 29, 2016 19:00
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 arbitrary-dev/272618cb4d7effb59132e6e325f20e43 to your computer and use it in GitHub Desktop.
Save arbitrary-dev/272618cb4d7effb59132e6e325f20e43 to your computer and use it in GitHub Desktop.
Xtract lines from file or input
# x 2,4 <file>
# printf <text> | x 4,$
sed -n $1p $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment