User Tools

Site Tools


en:ressources:astuces:xargs

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

en/ressources/astuces/xargs.txt · Last modified: 2024/04/17 10:19 by 127.0.0.1