[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: script to delete one month old file
- From: "Mike Zupan" <hijinks gmail com>
- To: "General Red Hat Linux discussion list" <redhat-list redhat com>
- Subject: Re: script to delete one month old file
- Date: Sun, 26 Aug 2007 11:35:17 -0400
find /your_directory -mtime +30 -exec rm -f {} \;
On 8/26/07, kimberly custodio <kim_custodio yahoo com> wrote:
>
> anyone can help me create a script that will delete one month old file in
> redhat/ linux machine? thanks...
>
> ---------------------------------
> Moody friends. Drama queens. Your life? Nope! - their life, your story.
> Play Sims Stories at Yahoo! Games.
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request redhat com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]