.TH UNLINK 1 2022-03-06 "OMKOV coreutils" "General Commands Manual" .SH NAME unlink \(em remove a file using the unlink function .SH SYNOPSYS \fBunlink\fR \fIfile\fR .SH DESCRIPTION Remove \fIfile\fR by calling the unlink function. .SH OPTIONS The following options are supported: .TP .B --help Display help information. .TP .B --version Display version information. .SH OPERANDS The following operand is supported: .TP .I file A file to be removed. .SH EXIT STATUS The following exit values will be returned: .TP \ 0 Successful completion. .TP >0 An error occurred. .SH STANDARDS The \fIunlink\fR utility is compliant with the IEEE Std 1003.2-1992 ("POSIX.2") specification. .SH COPYRIGHT .nf Copyright (C) 2020, Jakob Wakeling MIT Licence (https://opensource.org/licenses/MIT) .fi