Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete file older linux find

find /opt/backup -type f -mtime +30 -delete
Comment

linux delete files older than specific date

find /path ! -newermt "YYYY-MM-DD HH:MM:SS" | xargs rm -rf
Comment

linux delete files older than

find /opt/backup -type f -mtime +30
Comment

PREVIOUS NEXT
Code Example
Shell :: generate ssl certbot nginx 
Shell :: apache google 2fa 
Shell :: git rename remote branch 
Shell :: install flutter ubuntu 20.04 
Shell :: how to update a local project from git 
Shell :: conda create enviroment from file 
Shell :: show the list of file of a commit 
Shell :: create tar 
Shell :: chnage nvm default version 
Shell :: close port ubuntu 
Shell :: fly destroy pipeline 
Shell :: how to get git username and password 
Shell :: git see all tracked files 
Shell :: linux date format examples 
Shell :: git ignore still tracking 
Shell :: cmake: not found 
Shell :: create new branch from origin 
Shell :: install docker compose 
Shell :: install make in window 
Shell :: how to start docker 
Shell :: how to generate ssh key in linux 
Shell :: fish shell add to path 
Shell :: bash curl forecast 
Shell :: create a virtual environment python conda 
Shell :: valet: command not found 
Shell :: org.apache.spark.api.python.PythonUtils.getPythonAuthSocketTimeout ubuntu 
Shell :: youtube to mp4 linux 
Shell :: how to uninstall neovim on linux 
Shell :: shell: search a substring in another string 
Shell :: how to compare float values in shell script 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =