xargs

Picks arguments one by one. Tip: for commands which does not accept more than one argument.

Example:

Prompt> ls *.tar | xargs -i tar xf {}



2014-11-06