0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

zipファイルの中身をヘッダ・フッタ無しで表示する(unzip -Z1)

Posted at

ファイル名だけ表示:

$ unzip -Z1 a.zip
hoge.rb
hoge.js
prod.json

パーミッション・タイムスタンプ・サイズ等も表示:

$ unzip -Z a.zip
Archive:  a.zip
Zip file size: 4163 bytes, number of entries: 3
-rw-rw-r--  3.0 unx      118 tx defN 22-Aug-21 02:03 hoge.rb
-rw-rw-r--  3.0 unx      258 tx defN 22-Aug-21 02:29 hoge.js
-rw-rw-r--  3.0 unx    15666 tx defN 22-Aug-23 15:44 prod.json
3 files, 16042 bytes uncompressed, 3711 bytes compressed:  76.9%

パーミッション等を表示しつつヘッダ・フッタを抑制することはできないらしい。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?