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 :: django shell get db info 
Shell :: Run Google Colab With Local Files 
Shell :: how to zip my files without ds_store 
Shell :: change owner for folder and subfolders linux 
Shell :: linux speed up video 
Shell :: bash delete folder 
Shell :: react icons installation through npm 
Shell :: zsh: command not found 
Shell :: powershell get aliases 
Shell :: how to uninstall program on ubuntu 
Shell :: how to get last in array jq 
Shell :: install virtualbox extension pack from command line 
Shell :: check git username 
Shell :: ssh copy 
Shell :: tsc: command not found on arch 
Shell :: install docker in kali linux 
Shell :: ffprobe number of frames 
Shell :: git remove directory 
Shell :: push a new branch git 
Shell :: refresh gnome shell 
Shell :: how to kill process ubuntu 
Shell :: The framework needs the following extension(s) installed and loaded: intl. at SYSTEMPATHCodeIgniter.php:219 
Shell :: restart gnome from terminal 
Shell :: installing mongodb on m1 mac 
Shell :: git push in a new branch 
Shell :: bash load file into list 
Shell :: how to see the size of /var 
Shell :: scp upload 
Shell :: how to make file in powershell 
Shell :: show applications shortcut ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =