Revision history of "Xargs"

From Linuxintro

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 10:22, 22 December 2009imported>ThorstenStaerk 187 bytes +187 New page: xargs allows you to pipe the output of one program as parameters to another program. ;'''Example:''' You want to show the content of all text files in your directory: ls | xargs cat