Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

cmd delete folder

# NOTE: for cmd/batch/DOS only (not bash/Linux)

# EXAMPLE:
rmdir /s /q "C:UsersTomDickHarryDeletableStuff"

# SYNTAX
# rmdir /s /q "<your-folder-to-delete>"
Comment

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

Comment

remove folder with content cmd

rmdir folder/path /S /Q
Comment

cmd delete folder and all contents

del /S C:Path	odirectory*
Comment

how to delete a folder using cmd

cd <-- Into the main folder -- > rmdir "The folder you want to delete"
Comment

PREVIOUS NEXT
Code Example
Shell :: firebase hosting 
Shell :: how to remove amplify from system globally 
Shell :: debian install ping 
Shell :: pip not installing packages 
Shell :: git revert pr merge 
Shell :: bash script command not found 
Shell :: create new docker image from existing 
Shell :: vtex cli install 
Shell :: how to mount windows folder on ubuntu 
Shell :: bash path ubuntu 
Shell :: jq starts with 
Shell :: ubuntu copy 
Shell :: password generator bash 
Shell :: git get commit info 
Shell :: docker install python 
Shell :: git convert to crlf 
Shell :: how to merge branch to master 
Shell :: how to start xammp on linux 
Shell :: show file format snowflake 
Shell :: elk max virtual memory areas vm.max_map_count [65530] is too low 
Shell :: bash script to clean up log files 
Shell :: install yarn windows 
Shell :: how to reverse shell 
Shell :: github push local branch to remote 
Shell :: how to remove blank lines in bash 
Shell :: ssh github 
Shell :: obs studio fedora 
Shell :: chmod add execute permission to useer 
Shell :: source command in shell script 
Shell :: Start and Enable Apache 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =