Chrissirhc
Programmer
Hi,
If I type ls -l *x* it gives me two files with todays date and one with one from July.
find /directoryname -name '*x*' -mtime +1
I get files returned that was from July.
Why is this??
Say I run, find /directoryname -name '*x*' -atime 0
It gives me all the files.
Where do I get information about a files time last accessed??
Thanks in advance,
Chris
If I type ls -l *x* it gives me two files with todays date and one with one from July.
find /directoryname -name '*x*' -mtime +1
I get files returned that was from July.
Why is this??
Say I run, find /directoryname -name '*x*' -atime 0
It gives me all the files.
Where do I get information about a files time last accessed??
Thanks in advance,
Chris