可以使用终端来查找 Thunderbird 保存电子邮件文件的位置吗?
答案1
我认为你需要 Google,而不是终端;)Mozilla 知识库说它将是以下之一:
~/Library/Thunderbird/Profiles/<Profile name>/
~/Library/Application Support/Thunderbird/Profiles/<Profile name>/
~
是您的主文件夹。
你可以使用名为 的工具来从终端查找文件find
。快速备忘单:
find [path] [-maxdepth depth] [-ctime n] [-size n[ckMG]] [-type type] [-perm permissions] [-exec command {} \;]
(这些只是基本论点,find
非常有力)