logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git

unlink.1 (641B)


  1. .\" Collection of Unix tools, comparable to coreutils
  2. .\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: MPL-2.0
  4. .Dd 2022-05-10
  5. .Dt UNLINK 1
  6. .Os
  7. .Sh NAME
  8. .Nm unlink
  9. .Nd unlink filenames and possibly the referred files
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Op Ar files ...
  13. .Sh DESCRIPTION
  14. .Nm
  15. deletes a filename from the filesystem.
  16. If that filename was the last link to a file and no processes have the file open, the file is deleted.
  17. .Sh EXIT STATUS
  18. .Ex -std
  19. .Sh STANDARDS
  20. .Nm
  21. is compliant with the
  22. .St -p1003.1-2008
  23. specification.
  24. .Sh AUTHORS
  25. .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me