What command do I run to get the number of files on a share server in which modified date is greater than 30 minutes ago?
for instance:
I'm on a unix box named: unix1
I want to get the number of files in which modified dates are greater than 30 minutes ago. these files are located on a shared windows server at this location:
\\nshare\path\targetdir
We need to keep track of the logs...
Thanks much
for instance:
I'm on a unix box named: unix1
I want to get the number of files in which modified dates are greater than 30 minutes ago. these files are located on a shared windows server at this location:
\\nshare\path\targetdir
We need to keep track of the logs...
Thanks much