It doesn’t recognize rm
command, so I am using rmdir
instead.
The problem is I have some non-empty folders with a LOT of subfolders inside that I’d like to remove.
I tried with rmdir folder/*
but it is giving this error:
Couldn't delete file: Failure
For all subfolders inside.
Is there a way to remove them recursively?
If not, do you have any suggestions?