Changes

Jump to navigation Jump to search
92 bytes added ,  15:43, 28 December 2015
no edit summary
Line 9: Line 9:  
-P Specify max number of parallel processes<br />
 
-P Specify max number of parallel processes<br />
 
-I Specify argument possition ej: ls | xargs -I ARG echo before ARG after
 
-I Specify argument possition ej: ls | xargs -I ARG echo before ARG after
 +
 +
 +
<source lang='bash'>
 +
mkdir directory_{000..999}
 +
ls
 +
ls | xargs -t -n10 rm -rf
 +
</source>

Navigation menu