Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux find and delete files by extension

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

# But use it with precaution.
# Run first:

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

find and delete files with extension linux

find . -name "*-output.jpeg" -type f -delete
Comment

PREVIOUS NEXT
Code Example
Shell :: how to completely remove haproxy from ubuntu 
Shell :: check space left in ubuntu terminal 
Shell :: ubuntu zip 
Shell :: jq to csv 
Shell :: clean remove npm with cache 
Shell :: git config user settup 
Shell :: how to install pygame windows 10 
Shell :: install postgres ubuntu 
Shell :: command to undo in emacs 
Shell :: An error occurred while running subprocess capacitor. 
Shell :: ubuntu set current timezone asia/kolkata 
Shell :: docker remove all images windows 
Shell :: expo install react native gesture 
Shell :: ubuntu make sh file executable 
Shell :: how to install fairseq 
Shell :: kill port linus 
Shell :: git amend last commit message 
Shell :: bash remove trailing slash 
Shell :: linux disk usage 
Shell :: install prettier globaly 
Shell :: kubectl get logs of deployment 
Shell :: rsync only new files 
Shell :: diff from last commit 
Shell :: libnss3.so: cannot open shared object file: No such file or directory 
Shell :: how to run verilog files in linux 
Shell :: bluetooth linux protocol not available 
Shell :: git force sync with remote 
Shell :: how to install scoop using powershell 
Shell :: docker remov all running containers 
Shell :: git add email 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =