Hi All,

How can I check if directory is older then X days/hours

thanks
Amit

run from command line.
  perl -e 'print (-M "directory")'

- M, Returns the age of OPERAND in days when the program started.

Reply via email to