rmd
An improved rm implementation able to remove duplicate files
Description
rmd is an rm reimplementation made in pure Rust. It is able to:
- Do standard rm work
- Recursively remove duplicate files
- Recursively remove files by size
- Recursively remove files by last access date
Installation
This tool can be easly installed from sources:
Usage
A quick guide can be found running:
For a more complete reference please read the online documentation. https://filipporanza.github.io/rmd/