buccaneers
Programmer
Hello Guru's,
I have a question if i may ask. I am trying to find files older then certain number of days from current date. I thought you could do this with find cmd, but unfortunatey this is not working for me or i am not using the cmd correctly.
I was using following cmd to list files in a dir older then 60 days.
find /home/logs -mtime +60 -name "*.log"
and i am getting this error.
find: 0652-019 The status on /home/logs is not valid.
TIA,
--LN
I have a question if i may ask. I am trying to find files older then certain number of days from current date. I thought you could do this with find cmd, but unfortunatey this is not working for me or i am not using the cmd correctly.
I was using following cmd to list files in a dir older then 60 days.
find /home/logs -mtime +60 -name "*.log"
and i am getting this error.
find: 0652-019 The status on /home/logs is not valid.
TIA,
--LN