in reply to Re: How to delet file on last 3 month ? ....in thread How to delet file on last 3 month ? ....
unlink "$fdir/$file" if 90 > -M "$fdir/$file"; [download]