Memos 制作メモ
tar (command)Linux2020.10.15更新
https://qiita.com/supersaiakujin/items/c6b54e9add21d375161f
圧縮 c
tar -cvf hogehoge.tar -C from_parent_dir from_dir tar -zcvf hogehoge.tar.gz -C from_parent_dir from_dir tar -jcvf hogehoge.tar.bz2 -C from_parent_dir from_dir tar -Jcvf hogehoge.tar.xz -C from_parent_dir from_dir
解凍(自動判別) x
tar -xvf hogehoge.tar -C to_parent_dir tar -xvf hogehoge.tar.yy -C to_parent_dir
v 状況表示
f ファイル名指定