rm - remove directory entries
rm [-fiPrR] file ...
-f - do not prompt the user for each file, and do not consider it an error if a file cannot be removed
-i - prompt the user for each file.
-P - a no-op, for compatibility. So implementations would overwrite files with random data
-r - same as -R
-R - remove directories recursively
-v
Copyright (c) brian d foy, bdfoy@cpan.org
The original version of this program was written by Steve Kemp, steve@steve.org.uk, but almost none of that remains.
This program is licensed under the Artistic License 2.0.
To install PerlPowerTools, copy and paste the appropriate command in to your terminal.
cpanm
cpanm PerlPowerTools
CPAN shell
perl -MCPAN -e shell install PerlPowerTools
For more information on module installation, please visit the detailed CPAN module installation guide.