forked from extern/nushell
8c0a2d3c15
* Finish updating * a couple improvements * Update renames * cleanup examples
495 B
495 B
title | layout | version |
---|---|---|
rm | command | 0.59.0 |
Remove file(s).
Signature
> rm ...rest --trash --permanent --recursive --force --quiet
Parameters
...rest
: the file path(s) to remove--trash
: use the platform's recycle bin instead of permanently deleting--permanent
: don't use recycle bin, delete permanently--recursive
: delete subdirectories recursively--force
: suppress error when no file--quiet
: supress output showing files deleted