Results 1 to 4 of 4
how do u remove directorys from within a command prompt. rmdir only works if the directory is empty. and i dont want to have to go into all the subdirectories ...
- 05-15-2005 #1Linux Newbie
- Join Date
- Jan 2005
- Posts
- 104
Deleting stuff
how do u remove directorys from within a command prompt. rmdir only works if the directory is empty. and i dont want to have to go into all the subdirectories and keep typing rm *
- 05-15-2005 #2Just Joined!
- Join Date
- May 2005
- Posts
- 20
rm -r *
- 05-15-2005 #3Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
I prefer "rm -rf dir" to not get aksed any questions...
- 05-15-2005 #4Linux Newbie
- Join Date
- Jan 2005
- Posts
- 104
k thanks.


Reply With Quote