支持通配符的 Mac OS X 文件搜索应用程序

发布于 2024-10-19 20:27:35 字数 164 浏览 1 评论 0原文

是否有任何程序可用于在 Mac OS X 中搜索文件并支持通配符(GLOB)?我正在寻找类似于 Windows 中的 SearchEverything 的东西?

Quicksilver/spotlight/google 快速搜索框/alfred 应用程序不能解决我的问题:(

谢谢

Is there any program available for searching files in Mac OS X with wildcard(GLOB) support? I am looking something similar to SearchEverything in Windows??

quicksilver/spotlight/google quick searchbox/alfred app doesn't solve my problem :(

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

夏花。依旧 2024-10-26 20:27:35

您可以对已被 Spotlight 索引的文件使用 mdfind。要使用通配符,您需要使用以下格式:

mdfind "kMDItemDisplayName=='*back*'c"

您也可以在 Finder GUI 中将此方法用作“原始查询”。下面的示例图片,请参阅我的答案 https://superuser.com/a/491119/66255 了解更多信息。

原始查询示例

You can use mdfind for files that have been indexed by Spotlight. To do wildcards you need use the following format:

mdfind "kMDItemDisplayName=='*back*'c"

You can use this approach as "Raw Queries" in the Finder GUI as well. Example pic below, and see my answer at https://superuser.com/a/491119/66255 for more info.

Raw Query Example

明天过后 2024-10-26 20:27:35

当您打开取景器时,不要在小框中搜索,而是按 Command+F。这将带来更多选项可供选择:

搜索类型为 gz 且名称同时包含 19 的文件和223

还有更多默认隐藏的选项。在“名称/种类”列表下是“其他”选项。这将为您提供更多可供选择的内容:

其他选项

几乎有点难以抗拒有多少隐藏选项,我相信它会根据您安装的程序而变化。但是,我认为比(GUI)替代方案更好...

希望有帮助...

When you open the finder, instead of searching in the little box, hit Command+F. This will bring up more options to choose from:

Searching for files whose type is gz, and whose name contains both 19 and 223

There are also more options that are hidden by default. Under the "name/kind" list is the option for "other". This will present you with even more stuff to choose from:

Additional options

Almost kind of overwhelming at how many hidden options there are, and I believe it changes depending on which programs you have installed. BUT, better than the (GUI) alternative I suppose...

Hop that helps...

鱼窥荷 2024-10-26 20:27:35

除了 find 之外,根据您想要执行的操作,您可能会找到 OS X mdfind 命令很有用。它是 Spotlight 使用的元数据存储的命令行界面。

Besides find, depending on what you are trying to do you might find the OS X mdfind command useful. It's a command line interface to the metadata-store used by Spotlight.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文