link.1 - sbase - suckless unix tools | |
git clone git://git.suckless.org/sbase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
link.1 (256B) | |
--- | |
1 .Dd October 8, 2015 | |
2 .Dt LINK 1 | |
3 .Os sbase | |
4 .Sh NAME | |
5 .Nm link | |
6 .Nd call the link function | |
7 .Ar target | |
8 .Ar name | |
9 .Sh DESCRIPTION | |
10 .Nm | |
11 creates a hard link | |
12 .Ar name | |
13 to | |
14 .Ar target . | |
15 .Sh STANDARDS | |
16 The | |
17 .Nm | |
18 utility is compliant with the | |
19 .St -p1003.1-2013 | |
20 specification. |