-
Sub-task
-
Resolution: Done
-
Major
-
2.0.0.Beta4
-
None
When I try to remove a none empty directory, even with the --force argument, it doesn't work :
[temp]$ rm agoncal-application-petstore-ee7 ***ERROR*** rm: directory not empty and cannot be removed without '--force' '-f' option. [temp]$ rm -f agoncal-application-petstore-ee7 ***ERROR*** directory not empty [temp]$ rm --force agoncal-application-petstore-ee7 ***ERROR*** directory not empty