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
MacOSXを使用しています
--exclude="._*"抽出するときに追加します。
--exclude="._*"