EXAMPLES
Execute utility 'date' at priority 5 assuming the priority of the shell is 0:
"nice -n 5 date"
Execute utility 'date' at priority -19 assuming the priority of the shell is 0 and you are the super-user:
"nice -n 16 nice -n -35 date"
COMPATIBILITY
The traditional increment option has been deprecated but is still supported.
SEE ALSO
builtin(1), csh(1), idprio(1), rtprio(1), getpriority(2), setpriority(2), renice(8)
STANDARDS
HISTORY