etc/Linux 명령어

unzip

Gongsam 2023. 9. 7. 16:01

zip으로 압축된 파일을 푸는 명령어

 

압축을 해제하지 않고 압축 파일내의 목록만 출력

unzip -l compressed.zip

 

현재 경로에 압축 해제

unzip compressed.zip

특정 경로에 해제

-d 옵션을 사용하여 경로를 지정할 수 있다.

unzip compressed.zip -d /path/to/put

 

 

참고

https://www.lesstif.com/lpt/linux-zip-unzip-80248839.html

저작자표시 (새창열림)