1
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 5 years have passed since last update.

Linuxコマンド自分用メモ

Posted at

ソフトウェアのアップデート

sudo apt update
sudo apt upgrade

apt-getとかaptitudeは使うべきでないっぽい。
https://debian-handbook.info/browse/ja-JP/stable/sect.apt-get.html

ZIPファイルに圧縮・展開

zip -ry9 hoge.zip hoge
unzip hoge.zip

r:再帰的に圧縮
y:シンボリックリンクを辿らない
9:0-9で圧縮率
tarコマンドは面倒。
aliasでdotar、untarとして登録するか。

1
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
1
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?