본문 바로가기

linux(리눅스)

zip 기능들

728x90
반응형

unzip -l 파일.zip

zip파일 안의 파일들을 보여줌


unzip -p myarchive.zip path/to/zipped/file.txt >file.txt

zip 파일안의 특정 파일만 unzip하는 법

728x90
반응형

'linux(리눅스)' 카테고리의 다른 글

igv linux  (0) 2017.11.05
find 명령어  (0) 2017.10.24
youtube-dl을 이용해 유튜브 다운로드 하는 법  (0) 2017.08.06
kill command  (0) 2017.07.06
echo를 이용해 multiple line을 넣는 법  (0) 2017.06.27