I am using a mac. When I use the "rm" command it can only remove files. The "rmdir" command only removes empty folders. If you have a directory with files and folders with files and folders in them and so on. Is there anyway to delete all the files and folders without all the strenuous command typing? Remember, I am using the mac bash shell from terminal, not Microsoft DOS or linux.
|
|
-r "recursive" -f "force" (suppress confirmation messages) Be careful! |
|||||||||
|
|
Yes, there is. The The other two options you should know are And as usual, you can combine switches: Also note that what you're learning applies to |
|||||||
|
Would remove everything (folders & files) in the current directory. |
|||
|
|
use rsync might be quick |
|||
|
|