Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to remove all files with a certain file type in terminal

rm -rf ./*.tmp
Comment

how to remove all files with a certain file type in terminal

find /path -name '*.orig' -delete
Comment

delete all files in terminal

find . -name "0x1337.php" -delete

find . -name ".htaccess" -delete
Comment

PREVIOUS NEXT
Code Example
Shell :: pip install geoip2 
Shell :: revert git commit 
Shell :: nvm remove node version 
Shell :: delete git branch from remote 
Shell :: echo date in bash 
Shell :: ssh-keygen -t rsa 
Shell :: bigquery export schema json 
Shell :: chmod x command 
Shell :: git remove directory 
Shell :: warning unprotected private key file ec2 
Shell :: grant current user access to /dev/kvm 
Shell :: get a remote branch git 
Shell :: install nodejs debian 10 
Shell :: python listen on port 
Shell :: wsl2 ubuntu 
Shell :: install express.js 
Shell :: kubernetes shell into pod 
Shell :: brew install ubuntu 
Shell :: npm legacy-peer-deps 
Shell :: git origin set branch 
Shell :: ionic cordova generate component 
Shell :: install net tools in manjaro 
Shell :: how to uninstall git 
Shell :: readme folder structure 
Shell :: start uvicorn 
Shell :: custom notification with powershell 
Shell :: git how to update branch from master 
Shell :: when pushing tp github it request user and password 
Shell :: what is pipe line command in linux? 
Shell :: arch linux charcode logo 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =