[prev in list] [next in list] [prev in thread] [next in thread] 

List:       centos
Subject:    Re: [CentOS] we want to delete all files in a folder except the files with the most recent date
From:       Ken godee <ken () perfect-image ! com>
Date:       2012-06-19 14:13:47
Message-ID: 4FE0891B.1080501 () perfect-image ! com
[Download RAW message or body]


#!/bin/sh
find /files/* -mtime +2 -exec rm {} \;



On 6/19/2012 12:26 AM, maverh@telenet.be wrote:
>
>
> Hi,
>
> We want to delete all files in a folder except the files with the most recent date
> example
>
> ls -l
> jun 3 10:45 file1
> jun 3 12:20 file2
> jun 2 10:20 file3
> jun 2 05:00 file4
> jun 1 12:00 file5
> jun 1 10:00 file6
>
> jun2 en jun1 must be deleted
>
> regards,
> _______________________________________________
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>


_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic