A cross-platform replacement for the UNIX rm
command.
go get github.com/braswelljr/rmx
rmx [flags] [path ...]
-f
, --force
- Force removal of files and directories.
-i
- Prompt before removal.
-I
- Prompt before removal of directories.
-r
, -R
- Recursively remove directories.
-v
- Verbose output.
-h
- Print help.
--version
- Print version.