Linux Missive
Popular Posts
Build RPM From Scratch in RHEL 9
How to Interrupt GRUB and Override init process in Linux
Install Apache Spark on Ubuntu 14.04
Search This Blog
Friday, 28 March 2014
Script to Delete file older than 30 days in Linux
#! /bin/bash
find /backup/mysql/* -type f -mtime +30 -exec rm {} \;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment