Re: we want to delete all files in a folder except the files with the most recent date

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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



On 6/19/2012 12:26 AM, maverh@xxxxxxxxxx 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@xxxxxxxxxx
> http://lists.centos.org/mailman/listinfo/centos
>


_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux