Misplaced Pages

xargs

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

This is an old revision of this page, as edited by TenPoundHammer (talk | contribs) at 22:55, 7 February 2012 (how-to). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 22:55, 7 February 2012 by TenPoundHammer (talk | contribs) (how-to)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

xargs is a command on Unix and most Unix-like operating systems used to build and execute command lines from standard input. Under the Linux kernel before version 2.6.23, arbitrarily long lists of parameters could not be passed to a command, so xargs breaks the list of arguments into sublists small enough to be acceptable.

References

  1. GNU Core Utilities FAQ

External links

Manual pages

Unix command-line interface programs and shell builtins
File system
Processes
User environment
Text processing
Shell builtins
Searching
Documentation
Software development
Miscellaneous
Categories: