Section 8.2: archive 로부터 내용물 추출하기

아래의 예제처럼 수행하여 archive 로부터 내용물을 현재 작업 디렉토리에 추출할 수 있다:

tar -xf archive-name.tar

만약, archive 의 내용물을 특정 위치에 추출하려면 다음 예제를 참고한다:

tar -xf archive-name.tar -C ./directory/destination
본 문서는 Linux Notes for Professionals (라이센스:CC-BY-SA) 를 한글로 번역한 문서입니다. 번역상 오류가 있을 수 있으므로 정확한 내용은 원본 문서를 참고하세요.

[출처] https://books.goalkicker.com/GitBook/

반응형

+ Recent posts