욤미의 개발일지
[Linux] 압축 풀기: tar, zip 파일 본문
728x90
반응형
tar 압축풀기
$ tar -xvf [파일명.tar]
tar.gz 압축풀기
$ tar -zxvf [파일명.tar.gz]
zip 압축풀기
$ unzip [파일명.zip]
728x90
반응형
'Linux' 카테고리의 다른 글
[Linux] vi 편집기 사용 및 기본 명령어 (0) | 2023.08.23 |
---|---|
[Linux] 디스크 용량 확인 df, du 명령어 (0) | 2022.11.23 |
[Linux] SSH 서버 원격 접속 방법 (0) | 2022.10.21 |
[Error] ModuleNotFoundError: No module named ‘tensorflow.contrib’ 오류 해결 (0) | 2022.10.02 |
[Linux] 파일/폴더 개수 확인하기 (0) | 2022.09.28 |
Comments