Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux recursively remove directory

rm -r dirName

# Add f to force remove write-protected files
rm -rf dirName
Comment

remove folder recursively by name linux

find . -type d -name folder-name -prune -exec rm -rf {} ;
Comment

PREVIOUS NEXT
Code Example
Shell :: git how to update branch from master 
Shell :: logrotate force rotation 
Shell :: qemu convert qcow2 to vmdk 
Shell :: interact with container 
Shell :: git create new branch from current 
Shell :: grep lines after match 
Shell :: kill process unix 
Shell :: shell sort algorithm is an example of? 
Shell :: command to create or change a password for a user 
Shell :: kali tools 
Shell :: subl command not found mac 
Shell :: one liner powershell download file 
Shell :: how to run a sh file in terminal 
Shell :: angular bootstrap install 
Shell :: phpcs diferent xml 
Shell :: kill process linux 
Shell :: bash delete file 
Shell :: linux find installation location 
Shell :: dialog plus android github 
Shell :: ngrok start server 
Shell :: git push template 
Shell :: install python mysqlclient on mac 
Shell :: make file powershell 
Shell :: bash for loop parallel 
Shell :: push an existing repository from the command line 
Shell :: how to add images to git readme 
Shell :: bash regex if condition 
Shell :: install steghide ubuntu 
Shell :: docker compose latest version install ubuntu 
Shell :: how to install nginx on docker 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =