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 :: git clone with different name 
Shell :: cloning repository github 
Shell :: check all ruby version ubuntu 
Shell :: grep a string in txt file 
Shell :: github how to remove changes 
Shell :: get large files 
Shell :: proxy_connect_timeout nginx ingress 
Shell :: how to print new line in shell script 
Shell :: stop elasticsearch node 
Shell :: copy one file content to another in linux 
Shell :: your repository has no remotes configured to push to 
Shell :: drupal cli composer 
Shell :: ubuntu software not showing apps 20.04 
Shell :: bash set var if not set 
Shell :: install helm on minikube 
Shell :: how to install swift on ubuntu 
Shell :: find number of files in a directory linux 
Shell :: composer install on mac 
Shell :: make only one digit input box 
Shell :: xbox 360 wireless adapter linux 
Shell :: rdp github shadow 
Shell :: how to append string to file names in linux 
Shell :: warning: LF will be replaced by CRLF in [file_path] 
Shell :: arch linux sort packages by size 
Shell :: How to install vscode on centos 8 
Shell :: mover logs unraid 
Shell :: linux unity reinstall 
Shell :: Encountered error while trying to install package. psycopg2 
Shell :: unity progrids git url 
Shell :: aws s3 cli count objects 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =