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
External links
xargs
: construct argument lists and invoke utility – Shell and Utilities Reference, The Single UNIX Specification, Version 4 from The Open Group
Manual pages
xargs(1)
– GNU Findutils referencexargs(1)
: construct argument list(s) and execute utility – FreeBSD General Commands Manualxargs(1)
: construct argument list(s) and execute utility – NetBSD General Commands Manualxargs(1)
: construct argument list(s) and execute utility – OpenBSD General Commands Manualxargs(1)
: construct argument lists and invoke utility – Solaris 11.4 User Commands Reference Manual
Unix command-line interface programs and shell builtins | |
---|---|
File system | |
Processes | |
User environment | |
Text processing | |
Shell builtins | |
Searching | |
Documentation | |
Software development | |
Miscellaneous | |
|