Home » 2014 » December » 24

XARGS - build and execute command lines from standard input or on the output of previous command

 

FORMAT
       xargs  [-0prtx]  [-E  eof-str]  [-e[eof-str]]  [--eof[=eof-str]]  [--null]  [-d delimiter] [--delimiter delimiter] [-I replace-str] [-i[replace-str]] [--replace[=replace-str]] [-n max-args] [--max-args=max-args]   [--arg-file=file] [command [initial-arguments]]


 

DESCRIPTION
       xargs reads items from the standard input line by line, delimited by blanks (which can  be protected  with  double  or  single quotes or a backslash) or newlines, and executes the command (default is /bin/ech ... Read more »

Category: Open System-Linux | Views: 1638 | Added by: shanky | Date: 2014-12-24 | Comments (0)