Skip to content

Instantly share code, notes, and snippets.

@pontikos
Created January 9, 2015 17:19
Show Gist options
  • Select an option

  • Save pontikos/576c7f53fbeb5e480900 to your computer and use it in GitHub Desktop.

Select an option

Save pontikos/576c7f53fbeb5e480900 to your computer and use it in GitHub Desktop.
xargs examples for those that can never remember the syntax
seq 1 10 | xargs -I x echo number x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment