Remove Directories + files
For Linux, this is the command to remove a directory and all files and subdirectories in that direct.rm -r test
( where 'test' is the directory name)
How do I remove a directory and all its files and directory without it prompting me?
I have to "y" on all.
Is there a faster way?