coreutils

General Software Utilities
git clone http://git.omkov.net/coreutils
Log | Tree | Refs | README | LICENCE | Download

coreutils/man/nice.1 (48 lines, 1.2 KiB) -rw-r--r-- file download

e2140ec Jamozed 2022-03-06 15:27:45
0
.TH NICE 1 2022-03-06 "OMKOV coreutils" "General Commands Manual"
a6ffac5 Jamozed 2020-06-27 00:54:31
1
.SH NAME
5cf73ae Jamozed 2020-11-17 13:11:49
2
nice \(em invoke with an altered nice value
a6ffac5 Jamozed 2020-06-27 00:54:31
3
.SH SYNOPSYS
a6ffac5 Jamozed 2020-06-27 00:54:31
4
\fBnice\fR [-n \fIincrement\fR] [\fIcommand\fR [\fIargument\fR...]]
a6ffac5 Jamozed 2020-06-27 00:54:31
5
.SH DESCRIPTION
5cf73ae Jamozed 2020-11-17 13:11:49
6
Invoke \fIcommand\fR with the specified nice \fIincrement\fR value. If no
a6ffac5 Jamozed 2020-06-27 00:54:31
7
\fIincrement\fR is given, it will default to 10. If no \fIcommand\fR is given,
a6ffac5 Jamozed 2020-06-27 00:54:31
8
the current nice value will be output.
a6ffac5 Jamozed 2020-06-27 00:54:31
9
.SH OPTIONS
a6ffac5 Jamozed 2020-06-27 00:54:31
10
The following options are supported:
a6ffac5 Jamozed 2020-06-27 00:54:31
11
.TP
a6ffac5 Jamozed 2020-06-27 00:54:31
12
.B -n \fIincrement\fR
a6ffac5 Jamozed 2020-06-27 00:54:31
13
Nice increment value.
a6ffac5 Jamozed 2020-06-27 00:54:31
14
.TP
a6ffac5 Jamozed 2020-06-27 00:54:31
15
.B --help
a6ffac5 Jamozed 2020-06-27 00:54:31
16
Display help message.
a6ffac5 Jamozed 2020-06-27 00:54:31
17
.TP
a6ffac5 Jamozed 2020-06-27 00:54:31
18
.B --version
a6ffac5 Jamozed 2020-06-27 00:54:31
19
Display version message.
a6ffac5 Jamozed 2020-06-27 00:54:31
20
.SH OPERANDS
a6ffac5 Jamozed 2020-06-27 00:54:31
21
The following operands are supported:
a6ffac5 Jamozed 2020-06-27 00:54:31
22
.TP
a6ffac5 Jamozed 2020-06-27 00:54:31
23
.I command
5cf73ae Jamozed 2020-11-17 13:11:49
24
A command to invoke with the altered nice value.
a6ffac5 Jamozed 2020-06-27 00:54:31
25
.TP
a6ffac5 Jamozed 2020-06-27 00:54:31
26
.I argument
a6ffac5 Jamozed 2020-06-27 00:54:31
27
An argument to pass to \fIcommand\fR.
a6ffac5 Jamozed 2020-06-27 00:54:31
28
.SH EXIT STATUS
5cf73ae Jamozed 2020-11-17 13:11:49
29
Upon successful completion, the exit status of \fInice\fR shall be the exit
5cf73ae Jamozed 2020-11-17 13:11:49
30
status of \fIcommand\fR. Otherwise, the following exit values will be returned:
a6ffac5 Jamozed 2020-06-27 00:54:31
31
.TP
a6ffac5 Jamozed 2020-06-27 00:54:31
32
1-125
a6ffac5 Jamozed 2020-06-27 00:54:31
33
An error occurred.
a6ffac5 Jamozed 2020-06-27 00:54:31
34
.TP
a6ffac5 Jamozed 2020-06-27 00:54:31
35
\ \ 126
a6ffac5 Jamozed 2020-06-27 00:54:31
36
\fIcommand\fR was found but could not be invoked.
a6ffac5 Jamozed 2020-06-27 00:54:31
37
.TP
a6ffac5 Jamozed 2020-06-27 00:54:31
38
\ \ 127
a6ffac5 Jamozed 2020-06-27 00:54:31
39
\fIcommand\fR was not found.
a6ffac5 Jamozed 2020-06-27 00:54:31
40
.SH STANDARDS
5cf73ae Jamozed 2020-11-17 13:11:49
41
This utility is compliant with the IEEE Std 1003.2-2017 (POSIX) specification.
a6ffac5 Jamozed 2020-06-27 00:54:31
42
.SH COPYRIGHT
a6ffac5 Jamozed 2020-06-27 00:54:31
43
.nf
a6ffac5 Jamozed 2020-06-27 00:54:31
44
Copyright (C) 2020, Jakob Wakeling
e2140ec Jamozed 2022-03-06 15:27:45
45
MIT Licence (https://opensource.org/licenses/MIT)
a6ffac5 Jamozed 2020-06-27 00:54:31
46
.fi
47