Linux Missive
Popular Posts
Reset Mysql root Password Ubuntu 22.04
SecuGen Hamster Pro 20 with Ubuntu 14.04
ansible-playbook fatal: [localhost]: FAILED! => {"changed": false, "msg": "Unable to start service nginx: Job for nginx.service failed because the control process exited with error code.
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