I believe you can do that in Finder. At least list the files by date oldest to newest vice versus. By date created or opened or modified. I believeI'm looking for a search program in order to find some files in my external 4GB HD but I want to let me filter the data by date. I use Easy Find but it doesnt have any date filters.
Thanks
It works for me. I just did a test on a external with some documents I moved over and it worked fine. Is the external formatted in OS X Extended?Not working for my external, I dont get any result whatever I search for...
Won't work. I don't know of any OS X utility that is going to index and search a NTFS disk.no, its ntfs formatted
Yes... but I don't know of any Mac (OS X) app that will do that. Maybe somebody else here is aware of one.So Im looking for a program that indexes ntfs formatted drives...
No luck at all. (Ive no idea about terminal, Im not able to use it)
What I've to do in order to find the changes that have been done to my NTFS drive during the last 2 months?
The Terminal solution is not that hard:
Type a Command-Space followed by "term" and hit return. It should open a Terminal window.
Move that window so it's beside a Finder window (or the desktop) that shows the target drive or folder to search.
Type "cd " (c d space) and then drag-and-drop your target drive on to this window. That should cause it to type the full path name into the window. Hit return and the command will Change Directory to that target location.
Copy the following command (not including the double-quotes): "find . -newerct '2 months ago' -ls".
Paste it into Terminal, and hit return. You should see a list of files newer than two months.
You can google "unix find" for more.
Ok this was not hard to do and was really helpful. Now I've to ask you how I filter just the Folders and not the files. There are millions of files, in a 2TB HD.
Please tell me how to find the folders that I created during the last 2 months
PS: I need to learn how this thing called terminal works