del.1 (479B)
- .\" Collection of Unix tools, comparable to coreutils
 - .\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
 - .\" SPDX-License-Identifier: MPL-2.0
 - .Dd 2021-05-13
 - .Dt DEL 1
 - .Os
 - .Sh NAME
 - .Nm del
 - .Nd delete any file
 - .Sh SYNOPSIS
 - .Nm
 - .Ar
 - .Sh DESCRIPTION
 - Simpler replacement to
 - .Xr rm 1 ,
 - notably treating directories like any other file.
 - .Sh EXIT STATUS
 - .Ex -std
 - .Sh SEE ALSO
 - .Xr remove 3
 - .Sh AUTHORS
 - .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me