A zippy alternative to rm
, a tool to remove files or directories.
Binaries for a number of platforms are available on the release page.
console,ignore
$ cargo install rmz
Background: https://github.com/SUPERCILEX/fuc/blob/master/README.md
Delete a file:
console
$ rmz foo
Delete a directory:
console
$ rmz dir
Ignore non-existent files:
console
$ rmz -f non-existent
Other options:
``console
$ rmz --help
A zippy alternative to
rm`, a tool to remove files and directories
Usage: rmz[EXE] [OPTIONS]
Arguments:
Options: -f, --force Ignore non-existent arguments
--no-preserve-root
Allow deletion of `/`
-h, --help
Print help (use -h
for a summary)
-V, --version Print version
```