TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How do I search files on a Mac?

4 pointsby Smirnoffalmost 6 years ago
I know this question might sound dumb but what happened to regular search on Mac? I have an mp4 file called &quot;8 min Abs workout&quot; in my Videos folder and the finder just doesn&#x27;t show it in the results even if I search word for word. Same thing for Alfred, the app just searches web by default.<p>What are your suggestions? Maybe I should use a certain app for that?

3 comments

ksajalmost 6 years ago
I gave up on Finder finding things years ago. Set up your own local &quot;cloud&quot; the moment you have more files than you can personally remember accurately.<p>Run your data life the way a corporation would. After 10 years of compute, you surely have a corporation&#x27;s worth of data, and probably 10 partially and&#x2F;or randomly updated and forgotten versions of a lot of it.<p>It&#x27;ll just keep growing and frizzing out if you don&#x27;t maintain it. Just like the rusty panels under your station wagon...
评论 #20241052 未加载
jmknialmost 6 years ago
Does the find command work on the Mac terminal?<p>On Linux, you could just run:<p><pre><code> sudo find ~&#x2F; -type f -name &quot;*8 min Abs workout*” </code></pre> And it would give you the full path, once you have that you could use the <i>open</i> command.
评论 #20241117 未加载
RandomNewGuyalmost 6 years ago
try with CMD + Space
评论 #20241102 未加载
评论 #20241195 未加载