DolphaGo / TIL

TIL & issues
0 stars 1 forks source link

[Mac] 압축/압축 풀기 명령어 #118

Open DolphaGo opened 2 years ago

DolphaGo commented 2 years ago

압축하기

% tar -czf LotsOfFiles.tgz LotsOfFiles
% tar -czvf LotsOfFiles.tgz LotsOfFiles

압축 풀기

ex)

% tar -xvf LotsOfFiles.tgz

출처