====== Some fun with XARGS ====== ===== Run a task on 16 processors ===== $ ls *.txt |xargs -P 16 -n 1 bzip2 -9 takes all .txt file and bzip them separatly