为啥压缩文件手机上查看会有ds store

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了为啥压缩文件手机上查看会有ds store相关的知识,希望对你有一定的参考价值。

参考技术A 在Windows操作系统下解压zip压缩文件后,会出现一个名为 __MACOSX 的文件夹或者.DS_Store文件,指的是mac os x,就是mac os 10(苹果系统)。
可以直接删除,不会影响正常运行。

find 查找文件 -exec 然后压缩 查看tar包的内容

 

[[email protected] Downloads]# find ./ -name "banner*" -exec tar -cvf k.tar "{}" \;
./banner.zip
./banner 2/
./banner 2/[email protected]
./banner 2/[email protected]
./banner 2/.DS_Store
./banner 2/[email protected]
./banner 2/[email protected]
./banner 2/[email protected]
./banner 2/[email protected]
./banner 2/[email protected]
./banner 2/[email protected]
./banner_01.png
./__MACOSX/banner 2/
./__MACOSX/banner 2/._.DS_Store
./banner_02.png
[[email protected] Downloads]# ls
banner_01.png  banner 2    gitlab-7.1.1_omnibus-1.el6.x86_64.rpm  __MACOSX
banner_02.png  banner.zip  k.tar                                  redis.conf

查看tar包的内容

[[email protected] Downloads]# tar -tvf k.tar 
-rw-r--r-- root/root    407048 2016-11-04 19:05 ./banner_02.png

 

以上是关于为啥压缩文件手机上查看会有ds store的主要内容,如果未能解决你的问题,请参考以下文章

find 查找文件 -exec 然后压缩 查看tar包的内容

压缩终端中的文件夹,不包括.DSu存储文件

mac电脑禁止生成 .DS_Store 文件的解决方法

mac电脑禁止生成 .DS_Store 文件的解决方法

为 Mac Finder 增加右键文件打包压缩(免费)

为啥同样的文件我压缩后和原来的文件大小差不多?