Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

rm multiple folders

rm -rf dirname1 dirname2 dirname3
Comment

rmdir multiple directories

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 :: bash scripts options 
Shell :: openssl universal requires cocoapods openssl-universal 
Shell :: E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 
Shell :: centos web panel install 
Shell :: To stop all running docker containers 
Shell :: grep count lines 
Shell :: bash store file lines in variable 
Shell :: how to exit root in linux 
Shell :: change commit author 
Shell :: golang 
Shell :: get ip of raspberry pi 
Shell :: create empty branch git 
Shell :: How to install p12 certificate in ubuntu 
Shell :: how to install mongodb in ubuntu 20.04 lts fossa 
Shell :: how to show ubuntu logo in terminal 
Shell :: bash remove first line 
Shell :: enable rdp windows 10 powershell 
Shell :: git see tags 
Shell :: auth token 
Shell :: sveltekit install 
Shell :: bash bc 
Shell :: how do I become the owner of a directory in linux? 
Shell :: rm directory ubuntu 
Shell :: add local repository to remote 
Shell :: loop bash 
Shell :: error commit is a merge but "no -m" option 
Shell :: RHEL check the firewall status 
Shell :: vuforia git url 
Shell :: linux sudo /opt/lampp/lampp start command not found 
Shell :: Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:783 (propagating) 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =