Saturday, July 24, 2004

xargs

xargs executes its arguments as commands ad reads standard input to specify arguments to that command.

% find / -print | xargs ls -ld

0 Comments:

Post a Comment

<< Home