3
3

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.

開発力強化Advent Calendar 2022

Day 2

お前らの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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?