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

e2140ec Jamozed 2022-03-06 15:27:45
0
.TH LINK 1 2022-03-06 "OMKOV coreutils" "General Commands Manual"
d1a0c88 Jamozed 2020-06-26 18:09:15
1
.SH NAME
d1a0c88 Jamozed 2020-06-26 18:09:15
2
link \(em create a link to a file
d1a0c88 Jamozed 2020-06-26 18:09:15
3
.SH SYNOPSYS
d1a0c88 Jamozed 2020-06-26 18:09:15
4
\fBlink\fR \fIfile1\fR \fIfile2\fR
d1a0c88 Jamozed 2020-06-26 18:09:15
5
.SH DESCRIPTION
d1a0c88 Jamozed 2020-06-26 18:09:15
6
Create a link to \fIfile1\fR named \fIfile2\fR by calling the link function.
d1a0c88 Jamozed 2020-06-26 18:09:15
7
.SH OPTIONS
d1a0c88 Jamozed 2020-06-26 18:09:15
8
The following options are supported:
d1a0c88 Jamozed 2020-06-26 18:09:15
9
.TP
d1a0c88 Jamozed 2020-06-26 18:09:15
10
.B --help
d1a0c88 Jamozed 2020-06-26 18:09:15
11
Display help information.
d1a0c88 Jamozed 2020-06-26 18:09:15
12
.TP
d1a0c88 Jamozed 2020-06-26 18:09:15
13
.B --version
d1a0c88 Jamozed 2020-06-26 18:09:15
14
Display version information.
d1a0c88 Jamozed 2020-06-26 18:09:15
15
.SH OPERANDS
d1a0c88 Jamozed 2020-06-26 18:09:15
16
The following operands are supported:
d1a0c88 Jamozed 2020-06-26 18:09:15
17
.TP
d1a0c88 Jamozed 2020-06-26 18:09:15
18
.I file1
d1a0c88 Jamozed 2020-06-26 18:09:15
19
A path of an existing file.
d1a0c88 Jamozed 2020-06-26 18:09:15
20
.TP
d1a0c88 Jamozed 2020-06-26 18:09:15
21
.I file2
d1a0c88 Jamozed 2020-06-26 18:09:15
22
A path of a new file to be created.
d1a0c88 Jamozed 2020-06-26 18:09:15
23
.SH EXIT STATUS
d1a0c88 Jamozed 2020-06-26 18:09:15
24
The following exit values will be returned:
d1a0c88 Jamozed 2020-06-26 18:09:15
25
.TP
d1a0c88 Jamozed 2020-06-26 18:09:15
26
\ 0
d1a0c88 Jamozed 2020-06-26 18:09:15
27
Successful completion.
d1a0c88 Jamozed 2020-06-26 18:09:15
28
.TP
d1a0c88 Jamozed 2020-06-26 18:09:15
29
>0
d1a0c88 Jamozed 2020-06-26 18:09:15
30
An error occurred.
d1a0c88 Jamozed 2020-06-26 18:09:15
31
.SH STANDARDS
d1a0c88 Jamozed 2020-06-26 18:09:15
32
The \fIlink\fR utility is compliant with the IEEE Std 1003.2-1992 ("POSIX.2")
d1a0c88 Jamozed 2020-06-26 18:09:15
33
specification.
d1a0c88 Jamozed 2020-06-26 18:09:15
34
.SH COPYRIGHT
d1a0c88 Jamozed 2020-06-26 18:09:15
35
.nf
d1a0c88 Jamozed 2020-06-26 18:09:15
36
Copyright (C) 2020, Jakob Wakeling
e2140ec Jamozed 2022-03-06 15:27:45
37
MIT Licence (https://opensource.org/licenses/MIT)
d1a0c88 Jamozed 2020-06-26 18:09:15
38
.fi
39