unlink.1 (641B)
- .\" Collection of Unix tools, comparable to coreutils
- .\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- .\" SPDX-License-Identifier: MPL-2.0
- .Dd 2022-05-10
- .Dt UNLINK 1
- .Os
- .Sh NAME
- .Nm unlink
- .Nd unlink filenames and possibly the referred files
- .Sh SYNOPSIS
- .Nm
- .Op Ar files ...
- .Sh DESCRIPTION
- .Nm
- deletes a filename from the filesystem.
- If that filename was the last link to a file and no processes have the file open, the file is deleted.
- .Sh EXIT STATUS
- .Ex -std
- .Sh STANDARDS
- .Nm
- is compliant with the
- .St -p1003.1-2008
- specification.
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me