xargs | Cheatsheet¶ Run 10 curl commands in Parallel via xargs¶ NUM="10";seq ${NUM}|time xargs -I % -n1 -P${NUM} curl -sL ifconfig.co