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 :: update homebrew 
Shell :: centos apache certbot 
Shell :: ubuntu set path environment variable permanently 
Shell :: batch delete folder 
Shell :: this error may indicate that the docker daemon is not running 
Shell :: tar extract to path 
Shell :: how to backup conda environment in 
Shell :: vncserver kali linux 
Shell :: foreach loop powershell 
Shell :: raspberry pi install pip 
Shell :: bash replace symbolic links with original files 
Shell :: All matches were filtered out by modular filtering for argument 
Shell :: how to install to mysql server in powershell 
Shell :: search all folders for file match linux 
Shell :: como saber la distribucion de linux por consola 
Shell :: how to zip with tar command 
Shell :: linux start simple http server 
Shell :: bash check diff starting at specific line 
Shell :: bash find files with extension 
Shell :: can linux terminal crash 
Shell :: git unrelated histories 
Shell :: git list aliases 
Shell :: ideavim reload vimrc 
Shell :: update linux bash history editor 
Shell :: how to create a new project using vite 
Shell :: wsl docker System has not been booted with systemd as init system 
Shell :: refs/heads/master:refs/heads/master [rejected] (non-fast-forward) 
Shell :: how to check if virtualization in enable on linux 
Shell :: bash message partial match 
Shell :: install bun sh 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =