Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

sudo rmdir recursive

sudo rm -r -f /path/
Comment

rmdir recursive

rmdir folder1  folder2 #remove empty directory folders
rm -rf folder1 folder2 #remove non-empty folders and its content recursively
Comment

PREVIOUS NEXT
Code Example
Shell :: Create and Switch To a New Branch in git command 
Shell :: how to save powershell config 
Shell :: install macos on vmware ubuntu 
Shell :: present working directory linux command 
Shell :: uninstall editable pip 
Shell :: git recurse submodules 
Shell :: ssh public key 
Shell :: time is not updating from internet ubuntu 
Shell :: teleport in vue 
Shell :: how to uninstall kite 
Shell :: jq list top nodes 
Shell :: boot linux from dos 
Shell :: kubernetes config context change environment/cluster 
Shell :: install chocolately path 
Shell :: sed multiple files 
Shell :: centos 8 gui 
Shell :: letsencrypt domain error 
Shell :: github create repository command line 
Shell :: grep output options 
Shell :: git update another branch 
Shell :: no devices connected android studio 
Shell :: how to install fluter 
Shell :: admob expo 
Shell :: git merging to branch from branch 
Shell :: conda uninstall tensorflow 
Shell :: bash shuffle lines 
Shell :: linux shutdown no password 
Shell :: mpicc command not found debian 
Shell :: symbolic link wsl mnt .ssh 
Shell :: active directory update Home folder path powershell 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =