Answers for "how to remove the directory with command"

3

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/*/
Posted by: Guest on October-08-2020
0

How to remove Directories with rm

rm -d directory
Posted by: Guest on November-23-2021

Code answers related to "how to remove the directory with command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language