Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete non empty directory cmd

rm -rf directoryname
Comment

windows cmd remove a not empty directory

RMDIR /S path/to/directory
Comment

cmd remove directory not empty windows

rmdir /S directory_to_be_deleted
Comment

remove directory not empty windows

rd /s /q "path"
Comment

How to remove a non empty directory

//remove a non empty directory
rm -r dir1

//remove a directory within directory without being promopted
rm -rf dir1
Comment

remove a non empty directory

sudo rm -R [Directory name]
Comment

PREVIOUS NEXT
Code Example
Shell :: docker daemon.json permission denied 
Shell :: git Config User with Cli 
Shell :: Install Zenkit on Linux 
Shell :: enable docker api 
Shell :: install vs code on fedora 
Shell :: ionic Please check that /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home contains a valid JDK installation. 
Shell :: kill pid 
Shell :: list apt installed programs 
Shell :: how to start mongodb server in ubuntu 
Shell :: pipe command in linux 
Shell :: powershell get value from registry key 
Shell :: how to install deb package with apt 
Shell :: use latex in github readme 
Shell :: delete elem soup 
Shell :: google font npm install 
Shell :: git diff two commits one file 
Shell :: wget install windows cmd 
Shell :: powershell change directory 
Shell :: added changes to a specific commit 
Shell :: what is a shell 
Shell :: install packages from pipfile 
Shell :: how to enable autostart apache 
Shell :: how to remove remote origin git 
Shell :: Simulate keys with powershell 
Shell :: service redis restart 
Shell :: ubuntu start black screen 
Shell :: adding images to readme github 
Shell :: how to check command history in linux with date and time 
Shell :: curl install docker-compose linux 
Shell :: browser sync for linux 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =