logo

utils

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

del.1 (500B)


  1. .\" Collection of Unix tools, comparable to coreutils
  2. .\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
  4. .Dd 2021-05-13
  5. .Dt DEL 1
  6. .Os
  7. .Sh NAME
  8. .Nm del
  9. .Nd delete any file
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Ar
  13. .Sh DESCRIPTION
  14. Simpler replacement to
  15. .Xr rm 1 ,
  16. notably treating directories like any other file.
  17. .Sh EXIT STATUS
  18. .Ex -std
  19. .Sh SEE ALSO
  20. .Xr remove 3
  21. .Sh AUTHORS
  22. .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me