What are your suggestions? Maybe I should use a certain app for that?
How do I search files on a Mac?
1–10 of 11 posts
Re: How do I search files on a Mac?
#2Re: How do I search files on a Mac?
#3Run your data life the way a corporation would. After 10 years of compute, you surely have a corporation's worth of data, and probably 10 partially and/or randomly updated and forgotten versions of a lot of it.
It'll just keep growing and frizzing out if you don't maintain it. Just like the rusty panels under your station wagon...
Re: How do I search files on a Mac?
#4I gave up on Finder finding things years ago. Set up your own local "cloud" the moment you have more files than you can personally remember accurately. Run your data life the way a corporation would. After 10 years of compute, you surely have a corporation's worth of data, and probably 10 partially and/or randomly updated and forgotten versions of a lot of it. It'll just keep growing and frizzing out if you don't mai…
Re: How do I search files on a Mac?
#5I gave up on Finder finding things years ago. Set up your own local "cloud" the moment you have more files than you can personally remember accurately. Run your data life the way a corporation would. After 10 years of compute, you surely have a corporation's worth of data, and probably 10 partially and/or randomly updated and forgotten versions of a lot of it. It'll just keep growing and frizzing out if you don't mai…
Can you expand on your answer, please? What do you mean by a “local cloud”? How will that improve search?
Edit added: Everything is where I expect it to be from the start. And I even have a Misc directory tree for new things I haven't classified yet. As for apps, I keep a file listing what I install, but don't bother backing them up. Fresh software smells better. If my desktop fries, meh, get a new one and install everything on that list and then get back to the cloud. All my systems share the same data, so no duplicates outside of the backup.
This doesn't help your current issue, but it'll make sure it never happens again.
Re: How do I search files on a Mac?
#6On Linux, you could just run:
sudo find ~/ -type f -name "*8 min Abs workout*”
And it would give you the full path, once you have that you could use the open command.Re: How do I search files on a Mac?
#7try with CMD + Space
Re: How do I search files on a Mac?
#8Does the find command work on the Mac terminal? On Linux, you could just run: sudo find ~/ -type f -name "*8 min Abs workout*” And it would give you the full path, once you have that you could use the open command.
Re: How do I search files on a Mac?
#9Does the find command work on the Mac terminal? On Linux, you could just run: sudo find ~/ -type f -name "*8 min Abs workout*” And it would give you the full path, once you have that you could use the open command.
This command does work but doesn't lead to any meaningful results (at least in my case when I don't remember the exact file name)
Re: How do I search files on a Mac?
#10Earlier quoted context omitted.
This command does work but doesn't lead to any meaningful results (at least in my case when I don't remember the exact file name)
Updated my comment to include asterisks around the filename, which could help if you only know part of it