Hi have the folder structure as follows
mishel/ #Parent directory
mike1 #sub file of mishel
minni1 #sub file of mishel
rosy1 #sub file of mishel
rocky/ #sub directory of mishel
missi #subfile of rocky
marsh #subfile of rocky
milly #subfile of rocky
monu/ #sub directory of rocky
mike #sub file of monu
minni #sub file of monu
rosy #sub file of monu
so here is my question: I want to use a script which automatically deletes all the files and sub folders at a single shot.
If we use the function "rmdir(dirname)" the directory must empty. So is there any chance of deleting starting from the sub directory to the parent directory.

rm -rf the-victim-directoryand be done with it. – vonbrand Feb 19 at 15:48