Home Reverse colors Help
Single page Previous Contents Next

Introduction to GNU/Linux
50 / 102

Building Command Lines From Standard Input

xargs
Build and execute command lines from standard input.

Read remaining arguments from standard input instead of specifying them and execute the command.

cd /bin
ls | xargs whatis

Previous Contents Next
Contact