답변:
쉬운. 다음 --strip-components=1
과 같이 아카이브에서 사용 하십시오.
tar -xf archive.tar --strip-components=1
공식 tar
매뉴얼 페이지에 설명 된대로 :
--strip-components = NUMBER
추출시 파일 이름에서 NUMBER 개의 주요 구성 요소 제거
경로가 구성되는 경우 인 것을 논리 foo/something.txt
그 경로의 제 "성분"될 foo/
정도로 --strip-components=1
효과적으로 드롭 것이다 foo/
경로에서 foo/something.txt
.