Mac OS X: getting file system changes of the last minute?
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-04-17T20:29:32Z
Indexed on
2010/04/17
20:33 UTC
Read the original article
Hit count: 152
From older times (Mac OS 10.4) I had found this command line on the web somewhere:
mdfind '(kMDItemFSContentChangeDate >= $time.now(-60)) && (kMDItemFSContentChangeDate <= $time.now)'
it gave me a list of files that where changed in the last minute. This does not work anymore on Mac OS 10.6. Can anybody explain why this doesn't work? And even suggest a working command line?
© Stack Overflow or respective owner