unzip 을 사용하여 원도우에서 압축한 ZIP 파일을 해제할 수 있습니다.
페이지 정보
작성자
본문
unzip 을 사용하여 원도우에서 압축한 ZIP 파일을 해제할 수 있습니다.
1. unzip 설치여부 확인
[root@ihelpers root]# rpm -qa | grep unzip
unzip-5.50-33
unzip-5.50-7
unzip-5.50-33
unzip-5.50-7
2. unzip 설치
root@ihelpers root]# yum install unzip
Gathering header information file(s) from server(s)
Server: Red Hat Linux 9 - i386 - Base
Server: Red Hat Linux 9 - Updates
Finding updated packages
Downloading needed headers
...
Gathering header information file(s) from server(s)
Server: Red Hat Linux 9 - i386 - Base
Server: Red Hat Linux 9 - Updates
Finding updated packages
Downloading needed headers
...
3. unzip 사용
[www@ihelpers ip]$ unzip ip-to-country.csv.zip
Archive: ip-to-country.csv.zip
inflating: ip-to-country.csv
Archive: ip-to-country.csv.zip
inflating: ip-to-country.csv
관련링크
- http://blueamor.tistory.com/711 4962회 연결
댓글목록
등록된 댓글이 없습니다.