먼저 zip 내부의 데이터를 확인해봅니다.
unzip -l <target-zip-file>
압축 내부의 원하는 파일들을 원하는 경로로 압축을 해제합니다.
unzip <target-zip-file> '<folder-to-extract/*>' -d <destination-path>