Linux
tar 명령어
sunwalk
2012. 4. 24. 17:22
# 압축 풀 경로 지정
ex) tar xvfz [파일명] -C [경로]
# tar.gz파일 압축풀지 않고 파일 리스트 미리보기
[root@~/]# tar tvfz [파일명].tar.gz
-t, --list list the contents of an archive
-v, --verbose verbosely list files processed
-f, --file=ARCHIVE use archive file or device ARCHIVE
-z, --gzip, --ungzip filter the archive through gzip