LoginSignup
6
6

More than 5 years have passed since last update.

zipの中のゴミ(.DS_Storeなど)を消す

Last updated at Posted at 2015-08-20

zipで固めた時に.DS_Storeなどのゴミ不要なファイルが紛れ込むのでメモ。

zip --delete file.zip "*.DS_Store"
zip --delete file.zip "*__MACOSX*"

シェルスクリプトにしてしまえばさらに手間は省けるか。

参考

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6