42 lines
1.0 KiB
Groff
42 lines
1.0 KiB
Groff
|
.ie \n(.g .ds Aq \(aq
|
||
|
.el .ds Aq '
|
||
|
.TH ln 1 "ln 0.1.0"
|
||
|
.SH NAME
|
||
|
ln \- make links between files
|
||
|
.SH SYNOPSIS
|
||
|
\fBln\fR [\fB\-f\fR|\fB\-\-force\fR] [\fB\-s\fR|\fB\-\-symbolic\fR] [\fB\-v\fR|\fB\-\-verbose\fR] [\fB\-L \fR] [\fB\-P \fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] <\fIsource\fR> <\fIdest\fR>
|
||
|
.SH DESCRIPTION
|
||
|
make links between files
|
||
|
.SH OPTIONS
|
||
|
.TP
|
||
|
\fB\-f\fR, \fB\-\-force\fR
|
||
|
remove existing destination files
|
||
|
.TP
|
||
|
\fB\-s\fR, \fB\-\-symbolic\fR
|
||
|
make symbolic links instead of hard links
|
||
|
.TP
|
||
|
\fB\-v\fR, \fB\-\-verbose\fR
|
||
|
print name of each linked file
|
||
|
.TP
|
||
|
\fB\-L\fR
|
||
|
For each source_file operand that names a file of type symbolic link, create a (hard) link to the file referenced by the symbolic link.
|
||
|
.TP
|
||
|
\fB\-P\fR
|
||
|
For each source_file operand that names a file of type symbolic link, create a (hard) link to the symbolic link itself.
|
||
|
.TP
|
||
|
\fB\-h\fR, \fB\-\-help\fR
|
||
|
Print help
|
||
|
.TP
|
||
|
\fB\-V\fR, \fB\-\-version\fR
|
||
|
Print version
|
||
|
.TP
|
||
|
<\fIsource\fR>
|
||
|
|
||
|
.TP
|
||
|
<\fIdest\fR>
|
||
|
|
||
|
.SH VERSION
|
||
|
v0.1.0
|
||
|
.SH AUTHORS
|
||
|
Nathan Fisher
|