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-- blame download

012345678910111213141516171819202122232425262728293031323334
.TH ORPHAN 1 2022-03-06 "OMKOV coreutils" "General Commands Manual"
.SH NAME
orphan \(em invoke a command as an orphan
.SH SYNOPSYS
\fBorphan\fR \fIcommand\fR [\fIargument\fR...]
.SH DESCRIPTION
Invoke \fIcommand\fR as an orphaned process.
.SH OPTIONS
The following options are supported:
.TP
.B --help
Display help message.
.TP
.B --version
Display version message.
.SH OPERANDS
The following operands are supported:
.TP
.I command
A command to invoke as an orphan.
.TP
.I argument
An argument to pass to \fIcommand\fR.
.SH EXIT STATUS
If \fIcommand\fR is specified, \fIorphan\fR will return a zero exit status.
Otherwise, the following exit values will be returned:
.TP
1-125
An error occurred.
.SH COPYRIGHT
.nf
Copyright (C) 2020, Jakob Wakeling
MIT Licence (https://opensource.org/licenses/MIT)
.fi