Xargs
Jump to navigation
Jump to search
xargs is a unix command for assigning various inputs to different pther unix commands.
To execute commands for each of the line feed, use the following option:-n 1
. For example:
ls | xargs -n 1 echo {}
Related Pages
Video/HOW TO USE Xargs!!! Linux Core Utils, Video/Intro to xargs, Video/Xargs Should Be In Your Command Line Toolbag, Video/all about xargs ! (beginner - intermediate) anthony explains, Xargs