리눅스 Linux tar, gz 압축 및 해제 정보
OS 리눅스 Linux tar, gz 압축 및 해제관련링크
https://nota.tistory.com/53
407회 연결
본문
1. tar로 압축하기
tar -cvf [파일명.tar] [폴더명]
2. tar 압축 풀기
tar -xvf [파일명.tar]
3. tar.gz로 압축하기
tar -zcvf [파일명.tar.gz] [폴더명]
4. tar.gz 압축 풀기
tar -zxvf [파일명.tar.gz]
출처: https://nota.tistory.com/53 [nota's story:티스토리]
추천
0
0
댓글 0개