
Laurent_R
Veteran
/ Moderator
Apr 5, 2017, 11:00 AM
Post #2 of 6
(5363 views)
|
Re: [digioleg54] HOw to check in Perl script that directory older then 60 (or other) days old?
[In reply to]
|
Can't Post
|
|
You say 60 days but test your files for an age of 5 days. Can your please explain? Otherwise, try to replace -f (file) with -d (directory). I haven't tested it, but I guess this should work.
|