RM(1) General Commands Manual RM(1)

rmremove directory entries

rm [-ifRr] file ...

The rm utility removes each file.

Prompt before removing files.
Do not prompt before removing files, and ignore non-existent files.
Descend recursively through its directories arguments.
Behave as though the -R option were specified.

The rm utility exits 0 on success, and >0 if an error occurs.

rmdir(1) unlink(1),

The rm utility is compliant with the specification.

December 29, 2019 EltaninOS