MacOS 中 Office 历史记录一键清理
如下
#!/bin/bash rm -rf ~/Library/Containers/com.microsoft.Word/Data/Library/Preferences/com.microsoft.Word.securebookmarks.plist rm -rf ~/Library/Containers/com.microsoft.PowerPoint/Data/Library/Preferences/com.microsoft.PowerPoint.securebookmarks.plist rm -rf ~/Library/Containers/com.microsoft.Excel/Data/Library/Preferences/com.microsoft.Excel.securebookmarks.plist 参考
一键清理 MacOS 中 Office 历史记录的 Shell 脚本
上一篇:Fabric