Mac中微信文件的存储路径(头像、视频、图片等),
Application Support中间存在空格必须要通过斜杠(\)进行转义,
比如:Application\ Support
cd ~/Library/Containers/com.tencent.xinWeChat/Data/Library/Application\ Support/com.tencent.xinWeChat
在Mac系统中,微信的文件如头像、视频、图片等存储在~/Library/Containers/com.tencent.xinWeChat/Data/Library/ApplicationSupport/com.tencent.xinWeChat路径下。由于ApplicationSupport含有空格,需使用斜杠进行转义,例如写成Application/Support。
Mac中微信文件的存储路径(头像、视频、图片等),
Application Support中间存在空格必须要通过斜杠(\)进行转义,
比如:Application\ Support
cd ~/Library/Containers/com.tencent.xinWeChat/Data/Library/Application\ Support/com.tencent.xinWeChat
3万+

被折叠的 条评论
为什么被折叠?