Search Results

Search: Posts Made By: canon273
7,175
Posted By canon273
The files themselves were not accessed (opened)....
The files themselves were not accessed (opened). I used finder to navigate to the folder then selected each file to see the details... is that changing the atime? That would mean folder access...
7,175
Posted By canon273
None of these were accessed (unless getting info...
None of these were accessed (unless getting info in Finder counts) but I get this:

$ find . -type f -atime -20 -exec ls -lu {} \;
-rw-r--r-- 1 shoei shoei 1788 Sep 28 12:42 ./newlist.txt...
7,175
Posted By canon273
How would I find out? I do know that $ find ....
How would I find out? I do know that
$ find . -atime +90 -exec ls -ltr {} \;
does work on my OS X Server ...
7,175
Posted By canon273
-atime not working as expected
I need to sort through a volume that contains video files by access time and delete files that have not been accessed over x days. I have to use the access time as video files are originals that do...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 03:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy