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 :: apache airflow 
Shell :: how to overwrite main branch git 
Shell :: pytest_check 
Shell :: How to download torrents from the command-line on Linux 
Shell :: ubuntu path of saving screenshots 
Shell :: how to use yes command in linux 
Shell :: installing dbeaver 
Shell :: delete github repository without browser 
Shell :: kubectl logs with grep 
Shell :: how to get driver information ubuntu 
Shell :: linux kali download 
Shell :: How to delete dir, subdirectory, fils all in cmd 
Shell :: Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.349.1234.0) 
Shell :: bash script get last position of character in string 
Shell :: github swaggo 
Shell :: generate token symfony authentication api platform 
Shell :: letsencrypt error 
Shell :: install raspberry pi 
Shell :: running docker image 
Shell :: and or bash 
Shell :: npm install different version 
Shell :: mac make bootable usb 
Shell :: generate ssh key linux 
Shell :: installing helm on linux 
Shell :: bash commands guide 
Shell :: bash ps sort by time 
Shell :: /usr/local/psa/var/modules/composer//composer.phar 
Shell :: how to save a specific file in stash 
Shell :: overleaf git no password 
Shell :: bash check if cd successful 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =