Delete

Remove directories and files.

Caution: rm -rf deletes the tree and does not recover it.

Directory

Empty directory: rmdir.

Non-empty:

rm -rf <Dir>

Dir cannot be a path.

File

rm [<Path>/]<match-pattern>
Updated: 2026 Aug 19