无法在 Mojave 上显示 .DS_Store 文件
Unable to show .DS_Store file on Mojave
我已经在网上扫描了我的问题。找不到答案。
我无法在 Finder 中看到 .DS_Store 文件。我可以看到所有其他隐藏文件。
我正在使用 Mojave 10.14.3。
我试过了:
- 玛瑙;
- 终端命令(默认写入 com.apple.Finder AppleShowAllFiles true);
- shift + cmd + .
我想使用 Finder 在我的 mac 上的任何位置、桌面上等处查看 .DS_Store 文件
我可以使用 Atom 和其他软件查看 .DS_Store 文件。
抱歉,没有。 "feature" 是在 macOS 10.12 16A238m 中添加的。 Finder 将不再显示 .DS_Store 文件,即使设置了 com.apple.finder AppleShowAllFiles YES
。
如果您转到 System Preferences and select Keyboard > Shortcuts > Services
并启用 "New Terminal at Folder" 您可以从当前的 Finder 目录打开一个终端并执行 ls -a
但是找到他们。
我已经在网上扫描了我的问题。找不到答案。
我无法在 Finder 中看到 .DS_Store 文件。我可以看到所有其他隐藏文件。
我正在使用 Mojave 10.14.3。
我试过了:
- 玛瑙;
- 终端命令(默认写入 com.apple.Finder AppleShowAllFiles true);
- shift + cmd + .
我想使用 Finder 在我的 mac 上的任何位置、桌面上等处查看 .DS_Store 文件
我可以使用 Atom 和其他软件查看 .DS_Store 文件。
抱歉,没有。 "feature" 是在 macOS 10.12 16A238m 中添加的。 Finder 将不再显示 .DS_Store 文件,即使设置了 com.apple.finder AppleShowAllFiles YES
。
如果您转到 System Preferences and select Keyboard > Shortcuts > Services
并启用 "New Terminal at Folder" 您可以从当前的 Finder 目录打开一个终端并执行 ls -a
但是找到他们。