无法在Mojave上显示.DS_Store文件

La *_* PT 1 macos macos-mojave

我已经在网上扫描了自己的问题。无法找到答案。

我无法在Finder中看到.DS_Store文件。我可以看到所有其他隐藏文件。

我正在使用Mojave 10.14.3。

我试过了 :

  • y玛瑙;
  • 终端命令(默认写com.apple.Finder AppleShowAllFiles true);
  • shift + cmd +。

我想使用Finder在Mac上的任何地方,在桌面等上查看.DS_Store文件。

我可以使用Atom和其他软件查看.DS_Store文件。

jkw*_*l87 6

抱歉,没有。在MacOS 10.12 16A238m中添加了“功能”。Finder将不再显示.DS_Store文件,即使已com.apple.finder AppleShowAllFiles YES设置。

如果转到System Preferences and select Keyboard > Shortcuts > Services并启用“文件夹中的新终端”,则可以从当前Finder目录中打开终端,ls -a然后进行查找。

  • 嗯,这确实是一个“特征”(╯°□°)╯︵┻⁄┻ (10认同)
  • @MohsinKhubaibAhmed 在终端中输入 `cat .DS_Store` 以查看其内容,或者输入 `open -a TextEdit .DS_Store` 在 TextEdit 中打开它 (2认同)