LoginSignup
3
3

More than 1 year has passed since last update.

お前らのtarの使い方は間違っている

Posted at

TL;DR

圧縮 create file

tar cf hoge.tar.gz hoge

解凍 extract file

tar xf hoge.tar.gz

tarで検索するとz- を使った例が散見される。本当は必要ない
image.png
image.png
image.png
image.png
image.png

3
3
1

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