티스토리로 옮겼습니다https://lifetutorial.tistory.com/
© 2020. MIT License.
tar -zxf [압축을 풀려는 파일경로] -C [압축해제한 파일이 있게될 경로] // ex tar -zxf /etc/file.tar.gz -C /etc
tar로 압축 해제할 때, 원하는 디렉토리를 지정해서 해제할 수 없나요?
Comments