<tt>rm</tt>: Remove



next up previous contents
Next: cat: Concatenate Up: File system Commands: Previous: touch: Update

rm: Remove

rm [-r] filename...
where filename... is one or more files.

The r flag means ``remove recursively". In other words, if the file to be removed is a directory, it will delete it along with all its files and/or sub-directories and their contents. Be careful with the -r option.



Super-User
Fri Feb 17 15:55:40 EST 1995