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 :: what does worktree prune do 
Shell :: remove multiple files powershell 
Shell :: how to open a .sh file 
Shell :: sed use match in replacement 
Shell :: find sort 
Shell :: aws secrets manager get password 
Shell :: cli50 installation 
Shell :: shallow clone specific branch 
Shell :: linux command find program 
Shell :: tinymce vue 2 
Shell :: git pull 
Shell :: reverse a django migration 
Shell :: To set the exit status of a shell script 
Shell :: how to check ssh agent is running in git bash 
Shell :: run command every hour linux 
Shell :: bash script expand string on spaces 
Shell :: free ssl certificate for nginx 
Shell :: backup ubuntu 22 
Shell :: how to make pyinstaller build python program not open command prompt 
Shell :: shell substring last characters 
Shell :: step7 pgadmin ubuntu 20.04 
Shell :: terminal archive files 
Shell :: add unity project to github 
Shell :: git flow 
Shell :: $() vs () bash 
Shell :: git recurse submodules 
Shell :: if clauses bash 
Shell :: selenium run chhrome headless 
Shell :: git merge another branch to current branch 
Shell :: git bring back deleted branch from local 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =