ProbablyDown
MIS
Regarding file test operators, can anyone tell me how I could check for a file that was accessed 10 minutes ago?
I was hoping to use:
if (-M $file > 0.0000010){
Do-What-I-Want;
}
Can anyone help me?
Thanks!
-pd
I was hoping to use:
if (-M $file > 0.0000010){
Do-What-I-Want;
}
Can anyone help me?
Thanks!
-pd