in reply to How to delet file on last 3 month ? ....
But, If you have some better ideas, Pleased advised me, I am very appreciated about that.... Thank you,my $tf = (stat("$fdir/$file"))[9]; my $tt = time() - (86400 * 90); if ( $tf < $tt ) { unlink "$fdir/$file"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: How to delet file on last 3 month ? ....
by ysth (Canon) on Jan 13, 2004 at 17:55 UTC |