Which option of rm command is used to remove a directory including all its subdirectories? * code example
Example: how to remove directory in cmd
# for removing empty directory
$ rmdir myDirectory
# to remove a directory that contains files and subdirectory
$ rm -r myDirectory
rm -rf /config/filegroups/*/