Crates.io | rmz |
lib.rs | rmz |
version | 2.2.0 |
source | src |
created_at | 2021-11-27 06:28:11.069482 |
updated_at | 2024-07-01 03:41:02.565167 |
description | Fast rm provides an alternative to rm that focuses on maximizing performance. |
homepage | |
repository | https://github.com/SUPERCILEX/fuc |
max_upload_size | |
id | 488284 |
size | 70,689 |
A zippy alternative to rm
, a tool to remove files and directories.
Binaries for a number of platforms are available on the release page.
$ cargo install rmz
To install cargo, follow these instructions.
Background: https://github.com/SUPERCILEX/fuc/blob/master/README.md
Delete a file:
$ rmz foo
Delete a directory:
$ rmz dir
Ignore non-existent files:
$ rmz -f non-existent
More details:
$ rmz --help
A zippy alternative to `rm`, a tool to remove files and directories
Usage: rmz[EXE] [OPTIONS] <FILES>...
Arguments:
<FILES>...
The files and/or directories to be removed
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