LoginSignup
0
0

tarコマンドコピペ元

Posted at

tarファイルに含まれているファイルの一覧を取得する

tar -tf tarファイル名

それぞれのオプションの意味を調べると

  -t, --list                 list the contents of an archive
  -f, --file=ARCHIVE         use archive file or device ARCHIVE

なので以下と等価

tar --list -f=tarファイル名
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