Linux under SH script to delete files periodically

Source: Internet
Author: User

One, the sh script is as follows:

#!/bin/shlocation= "/home/sharedir/" Find $location-mtime +30-type f |xargs rm-f

Save named Del.sh

The other two ways to find related files are as follows:

1) Find /home/sharedir/ -mtime +30-type f-name *.gz

2) find/home/sharedir/-mtime +30-type F |xargs


Second, the use of CRONTAB-E timed start del.sh script

*/10 * * * */bin/sh/home//del.sh


1) crontab-l Show your crontab file

2) crontab-e//Edit your crontab file, or create a new crontab file if it does not exist

Linux under SH script to delete files periodically

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.