Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete non empty directory cmd

rm -rf directoryname
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

Delete non empty folder

rm -Rf
Comment

remove a non empty directory

sudo rm -R [Directory name]
Comment

PREVIOUS NEXT
Code Example
Shell :: postgresql user permissions to database 
Shell :: zsh deno command not found 
Shell :: kubectl update field 
Shell :: awk line range 
Shell :: How to list all unit files with systemctl command 
Shell :: how to stop a website running on port 8000 or any other port 
Shell :: http-server run pwa 
Shell :: sudo: gitlab-runner: command not found 
Shell :: how to delete directory from /opt 
Shell :: how to make apache2 not autorestat when startup 
Shell :: bash dynamic varibale 
Shell :: re-entering top level after c stack overflow 
Shell :: ssh disconnecting timeout 
Shell :: bash forward argv to command 
Shell :: conda install mahotas 
Shell :: E: Unable to locate package rvm 
Shell :: extract tar.zst zst linux ubnutu 
Shell :: alfred intellij toolbox 
Shell :: how to install 
Shell :: bash only start a service if not running 
Shell :: cut command in unix 
Shell :: linux cli chart real time 
Shell :: Creating a kubernetes service cluster 
Shell :: variable replacement bash zero padding 
Shell :: bash force exit 0 
Shell :: how to change elementary os theme 
Shell :: check last 5 commit git on branch 
Shell :: how to remove pkg from mac 
Shell :: install bazel ubuntu 20.04 
Shell :: how to skip .pyc file adding into github repository 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =