Skip to content

Instantly share code, notes, and snippets.

@torbiak
Created May 12, 2014 05:52
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 torbiak/d46dcaf472c1bc1ecde4 to your computer and use it in GitHub Desktop.
Save torbiak/d46dcaf472c1bc1ecde4 to your computer and use it in GitHub Desktop.
cherry-pick args when using xargs
# Reverse order and control placement of the incoming args.
echo hi there bud | xargs -n 3 sh -c 'echo $2 $1 $0;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment