“
Three wrappers to run commands without impacting the rest of the system
Most UNIX users have heard of the nice utility used to run a command with a lower priority to make sure that it only runs when nothing more important is trying to get a hold of the CPU:
nice long_running_script.sh
…
”
La suite par là