coreutils

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

coreutils/man/orphan.1 (35 lines, 804 B) -rw-r--r-- file download

e2140ec Jamozed 2022-03-06 15:27:45
0
.TH ORPHAN 1 2022-03-06 "OMKOV coreutils" "General Commands Manual"
068c8fb Jamozed 2020-08-05 23:54:14
1
.SH NAME
1086f2e Jamozed 2020-11-17 13:22:30
2
orphan \(em invoke a command as an orphan
068c8fb Jamozed 2020-08-05 23:54:14
3
.SH SYNOPSYS
068c8fb Jamozed 2020-08-05 23:54:14
4
\fBorphan\fR \fIcommand\fR [\fIargument\fR...]
068c8fb Jamozed 2020-08-05 23:54:14
5
.SH DESCRIPTION
1086f2e Jamozed 2020-11-17 13:22:30
6
Invoke \fIcommand\fR as an orphaned process.
068c8fb Jamozed 2020-08-05 23:54:14
7
.SH OPTIONS
068c8fb Jamozed 2020-08-05 23:54:14
8
The following options are supported:
068c8fb Jamozed 2020-08-05 23:54:14
9
.TP
068c8fb Jamozed 2020-08-05 23:54:14
10
.B --help
068c8fb Jamozed 2020-08-05 23:54:14
11
Display help message.
068c8fb Jamozed 2020-08-05 23:54:14
12
.TP
068c8fb Jamozed 2020-08-05 23:54:14
13
.B --version
068c8fb Jamozed 2020-08-05 23:54:14
14
Display version message.
068c8fb Jamozed 2020-08-05 23:54:14
15
.SH OPERANDS
068c8fb Jamozed 2020-08-05 23:54:14
16
The following operands are supported:
068c8fb Jamozed 2020-08-05 23:54:14
17
.TP
068c8fb Jamozed 2020-08-05 23:54:14
18
.I command
1086f2e Jamozed 2020-11-17 13:22:30
19
A command to invoke as an orphan.
068c8fb Jamozed 2020-08-05 23:54:14
20
.TP
068c8fb Jamozed 2020-08-05 23:54:14
21
.I argument
068c8fb Jamozed 2020-08-05 23:54:14
22
An argument to pass to \fIcommand\fR.
068c8fb Jamozed 2020-08-05 23:54:14
23
.SH EXIT STATUS
068c8fb Jamozed 2020-08-05 23:54:14
24
If \fIcommand\fR is specified, \fIorphan\fR will return a zero exit status.
068c8fb Jamozed 2020-08-05 23:54:14
25
Otherwise, the following exit values will be returned:
068c8fb Jamozed 2020-08-05 23:54:14
26
.TP
068c8fb Jamozed 2020-08-05 23:54:14
27
1-125
068c8fb Jamozed 2020-08-05 23:54:14
28
An error occurred.
068c8fb Jamozed 2020-08-05 23:54:14
29
.SH COPYRIGHT
068c8fb Jamozed 2020-08-05 23:54:14
30
.nf
068c8fb Jamozed 2020-08-05 23:54:14
31
Copyright (C) 2020, Jakob Wakeling
e2140ec Jamozed 2022-03-06 15:27:45
32
MIT Licence (https://opensource.org/licenses/MIT)
068c8fb Jamozed 2020-08-05 23:54:14
33
.fi
34