Zip
Command to package and compress (archive) files.
How to use
Flags
-
-r
: 서브디렉터리를 포함하여 압축한다. -
-F
: 한글파일을 포함하는 zip 압축. -
-e
: 암호를 설정한다.
Create a Zip File
To create a zip file, enter:
To include the contents of a directory in a zip archive, enter:
깨진 Zip 파일 복구
Linux 환경에서는 zip 명령어의 -FF
옵션을 사용해 볼 수 있습니다.
See also
- unzip
- tar
- lz4
- lzo
- Unblob - 다양한 포맷에서 파일을 추출해주는 도구
- Ouch - 통합 압축 도우미 CLI
- pigz - gzip 의 병렬 구현체 오픈소스
- Zip bomb (Information Security)
- OpenZL - 파일 포맷 인식이 가능한 오픈소스 압축 프레임워크