파일의 압축을 풀 때 이 메시지를 받는 방법에 대한 아이디어가 있습니까 automater.py
?
tar -xvcf master.tar.gz
tar: You may not specify more than one '-Acdtrux', '--delete' or '--test-label' option
답변1
-c
이다씨테이프 아카이브를 읽는 중입니다.
-x
전자를위한 것입니다엑스테이프 아카이브.
둘은 상호 배타적이다. 아카이브를 추출하는 중이므로 -c
.