АК
Size: a a a
АК
VG
git -p log -p видел например?АК
VG
VG
АК
SZ
VG
VG
nice -n 3 myprog -n args...АК
VG
-- ?АК
SZ
АК
VG
NAME
nice – execute a utility at an altered scheduling priority
SYNOPSIS
nice [-n increment] utility [argument ...]
DESCRIPTION
The nice utility runs utility at an altered scheduling priority, by
incrementing its “nice” value by the specified increment, or a default
value of 10. The lower the nice value of a process, the higher its
scheduling priority.
The superuser may specify a negative increment in order to run a utility
with a higher scheduling priority.
...
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
АК
cmd /c …SZ
VG
VG
nice myprog -n 4 вот так бы лучше показал :)SZ