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 :: nginx restart ubuntu 
Shell :: Remove composer for ubuntu 
Shell :: remove identifier files wsl2 
Shell :: apache2.service is not active cannot reload. ubuntu 
Shell :: uninstall wps office 
Shell :: git config username and password global 
Shell :: kill app at port 
Shell :: commited to wrong branch 
Shell :: update angular cli globally 
Shell :: logstash is not listening on ip address 
Shell :: remove remote origin 
Shell :: pip install urllib 
Shell :: cmd clear dns cache 
Shell :: install vlc in ubuntu 20.04 terminal 
Shell :: how to convert ui to py pyqt5 
Shell :: The requested apache plugin does not appear to be installed 
Shell :: yarn install 
Shell :: how to know fedora version 
Shell :: check redis version 
Shell :: ubutnu install certbot 
Shell :: curl debian 10 
Shell :: git delete all tags local and remote 
Shell :: conda install librosa 
Shell :: how to install react router dom with typescript 
Shell :: download arduino ide in raspberry pi through terminal 
Shell :: yarn start --reset-cache expo 
Shell :: maven clean install skip test 
Shell :: set git user name and user email 
Shell :: install python3-pip ubuntu 
Shell :: update submodule github 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =