add ln, util.a

This commit is contained in:
Connor Lane Smith
2011-05-24 13:00:30 +01:00
parent 026e63c005
commit fbb80983ce
7 changed files with 98 additions and 7 deletions

22
ln.1 Normal file
View File

@@ -0,0 +1,22 @@
.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 [ files ...]
.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.