[go: up one dir, main page]

uu_nice 0.3.0

nice ~ (uutils) run PROGRAM with modified scheduling priority
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
nice-about = Run COMMAND with an adjusted niceness, which affects process scheduling.
  With no COMMAND, print the current niceness.  Niceness values range from
  -20 (most favorable to the process) to 19 (least favorable to the process).
nice-usage = nice [OPTION] [COMMAND [ARG]...]

# Error messages
nice-error-command-required-with-adjustment = A command must be given with an adjustment.
nice-error-invalid-number = "{ $value }" is not a valid number: { $error }
nice-warning-setpriority = { $util_name }: warning: setpriority: { $error }

# Help text for command-line arguments
nice-help-adjustment = add N to the niceness (default is 10)