sbase/ln.1
Connor Lane Smith 47308190b3 update manpages
2011-05-25 18:29:46 +01:00

28 lines
503 B
Groff

.TH LN 1 sbase\-VERSION
.SH NAME
ln \- make links between files
.SH SYNOPSIS
.B ln
.RB [ \-s ]
.I file
.RI [ name ]
.P
.B ln
.RB [ \-s ]
.RI [ file ...]
.RI [ directory ]
.SH DESCRIPTION
.B ln
creates a hard link to a given file, with the given name. If no name is given
it is linked into the current directory. If multiple files are listed they will
be linked into the given directory.
.SH OPTIONS
.TP
.B \-s
create a symbolic link.
.SH SEE ALSO
.IR cp (1),
.IR mv (1),
.IR link (2),
.IR symlink (2)