coreutils

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

coreutils/man/link.1 (40 lines, 857 B) -rw-r--r-- blame download

0123456789101112131415161718192021222324252627282930313233343536373839
.TH LINK 1 2022-03-06 "OMKOV coreutils" "General Commands Manual"
.SH NAME
link \(em create a link to a file
.SH SYNOPSYS
\fBlink\fR \fIfile1\fR \fIfile2\fR
.SH DESCRIPTION
Create a link to \fIfile1\fR named \fIfile2\fR by calling the link function.
.SH OPTIONS
The following options are supported:
.TP
.B --help
Display help information.
.TP
.B --version
Display version information.
.SH OPERANDS
The following operands are supported:
.TP
.I file1
A path of an existing file.
.TP
.I file2
A path of a new file to be created.
.SH EXIT STATUS
The following exit values will be returned:
.TP
\ 0
Successful completion.
.TP
>0
An error occurred.
.SH STANDARDS
The \fIlink\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