Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我曾经$ tar -cvjf filename.tar.bz2打包一个文件夹并$ tar xfj file.tar.bz2提取文件夹及其文件。在那之后,我注意到格式文件的克隆._file1,._file2...
$ tar -cvjf filename.tar.bz2
$ tar xfj file.tar.bz2
._file1
._file2
我怎样才能防止 ._files被创建?
._files
我正在使用 Mac OSX
--exclude="._*"提取时添加。
--exclude="._*"