Created
January 9, 2015 17:19
-
-
Save pontikos/576c7f53fbeb5e480900 to your computer and use it in GitHub Desktop.
xargs examples for those that can never remember the syntax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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