rm − remove directory entries
rm [−fiPrRv] 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 − show the name of each file after it is removed |
Copyright (c) brian d foy, [email protected]
The original version of this program was written by Steve Kemp, [email protected], but almost none of that remains.
This program is licensed under the Artistic License 2.0.