ln -f
This commit is contained in:
7
ln.1
7
ln.1
@@ -3,12 +3,12 @@
|
||||
ln \- make links between files
|
||||
.SH SYNOPSIS
|
||||
.B ln
|
||||
.RB [ \-s ]
|
||||
.RB [ \-fs ]
|
||||
.I file
|
||||
.RI [ name ]
|
||||
.P
|
||||
.B ln
|
||||
.RB [ \-s ]
|
||||
.RB [ \-fs ]
|
||||
.RI [ file ...]
|
||||
.RI [ directory ]
|
||||
.SH DESCRIPTION
|
||||
@@ -18,6 +18,9 @@ it is linked into the current directory. If multiple files are listed they will
|
||||
be linked into the given directory.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-f
|
||||
remove existing destinations.
|
||||
.TP
|
||||
.B \-s
|
||||
create a symlink.
|
||||
.SH SEE ALSO
|
||||
|
Reference in New Issue
Block a user