.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