unzip 명령 썸네일형 리스트형 unzip 명령어 unzip 명령어 unzip 명령어는 ZIP 형식으로 압축된 파일과 디렉토리를 해제(압축 해제)하는데 사용되는 유닉스 기반 시스템의 명령어입니다. $ yum info unzip Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 221 packages excluded due to repository priority protections Installed Packages Name : unzip Arch : x86_64 Version : 6.0 Release : 20.amzn2 Size : 377 k Repo : installed Summary : A utility for unpacking zip files URL : http://w.. 더보기 zip 명령어, unzip 명령어 zip 명령어, unzip 명령어zip과 unzip은 유닉스(리눅스) 시스템에서 사용되는 명령어로 파일들을 압축하거나 해제하는데 사용됩니다.zip 명령어의 기본 구문zip [옵션] [압축 파일명] [파일 또는 디렉토리]unzip 명령어의 기본 구문unzip [압축 파일명]주요 옵션-r: 디렉토리를 재귀적으로 압축 또는 해제-d: 압축을 해제할 디렉토리 지정-v: 상세 정보 출력-q: 출력을 덜 자세하게-l: 압축 파일의 내용 목록 출력사용 예시파일들을 archive.zip으로 압축zip archive.zip file1.txt file2.txt dir/archive.zip: 새로운 압축 파일의 이름file1.txt, file2.txt: 압축할 파일들dir/: 압축할 디렉토리디렉토리를 archive.zip으.. 더보기 이전 1 다음