Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete files with a certain extension recursively

find . -type f -name '*.extension' -delete
Comment

recursively remove files with extension linux

find . -name "*.bak" -type f -delete
Comment

PREVIOUS NEXT
Code Example
Shell :: nuget clear cache cli 
Shell :: uninstall snap package ubuntu 
Shell :: kill all process ubuntu 
Shell :: start apache server kali 
Shell :: how to install requirements.txt 
Shell :: git shortcut 
Shell :: fsl flirt 
Shell :: Yarn .gitignore for Zero Installs 
Shell :: php ini linux apache2 file sizer 
Shell :: grep process id 
Shell :: remove staged files git 
Shell :: github ssh key setup 
Shell :: display branch name in terminal ubuntu 
Shell :: git submodule update authentication 
Shell :: bash print lines that dont have a word 
Shell :: install packer on ubuntu 
Shell :: add passphrase to ssh agent 
Shell :: install github desktop on arch linux 
Shell :: netcdf4 install conda 
Shell :: install terminus in ubuntu 
Shell :: git second commit 
Shell :: batch loop through folders in a directory 
Shell :: docker access denied 
Shell :: How to undo a pushed merge 
Shell :: sdkman 
Shell :: delete last commit from remote repo 
Shell :: term environment variable not set 
Shell :: ZTC ZEM800 telnet password 
Shell :: linux get current user 
Shell :: heroku bash 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =