develop LINUX ZIP 명령어로 분할 압축 / 해제 하기 리눅스/macOS 에서 zip 명령어로 분할압축된 파일을 압축/해제 하려면? 분할 압축 하기 # source_dir 디렉토리를 out_file.zip 파일로 1차 압축 $ zip -r out_file.zip ~/source_dir # out_