Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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/*/

Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #directory #cmd
ADD COMMENT
Topic
Name
3+6 =