「 MAC 」 一月 18, 2026
在 Mac 不包含隐藏文件打包
文章字数 10k 阅读约需 10 mins.
在 Mac 上无论使用命令行工具,还是右键菜单打包、压缩文件,在其他操作系统打开时,都会看到一些隐藏文件,例如:
Mac 文件系统中包含如下内容:
$ tree -a
.
├── .DS_Store
├── file1
├── file2
├── file3
└── test
├── .DS_Store
├── file1
├── file2
├── file3
└── test
├── .DS_Store
└── test
3 directories, 9 files
# 打包
$ tar -...
查看全文