unlink.1 - sbase - suckless unix tools | |
git clone git://git.suckless.org/sbase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
unlink.1 (269B) | |
--- | |
1 .Dd October 8, 2015 | |
2 .Dt UNLINK 1 | |
3 .Os sbase | |
4 .Sh NAME | |
5 .Nm unlink | |
6 .Nd unlink file | |
7 .Sh SYNOPSIS | |
8 .Nm | |
9 .Ar file | |
10 .Sh DESCRIPTION | |
11 .Nm | |
12 calls | |
13 .Xr unlink 2 | |
14 on | |
15 .Ar file . | |
16 .Sh SEE ALSO | |
17 .Xr unlink 2 | |
18 .Sh STANDARDS | |
19 The | |
20 .Nm | |
21 utility is compliant with the | |
22 .St -p1003.1-2013 | |
23 specification. |