[Linux] Unzip 명령어 실행 시 bad zipfile offset 에러
|2019. 9. 18. 14:02
728x90
반응형
~$ zip -F file.zip --out file-large.zip
~$ unzip file-large.zip
참고자료
Unzipping the multipart file - bad zipfile offset (local header sig): 4
I have a file with 13 GB, which has been split equally using martipart feature in the Winzip(Windows 7). I uploaded the files to the Linux server and I am trying to combine the multipart file to
stackoverflow.com
728x90
반응형
'Development & Tools > Tools & Environments' 카테고리의 다른 글
| [Linux] Ubuntu에 Nvidia Driver 설치하기 (0) | 2020.01.22 |
|---|---|
| [Linux] nohup 로그 이름 설정 (0) | 2020.01.22 |
| [Linux] 파일 권한 변경하기 (0) | 2019.07.31 |
| [Linux] 파일명 일괄 변경 (공백 없애기) 명령어 (0) | 2019.07.11 |
| [Linux] nohub 명령어 이용해서 백그라운드로 실행하기 (0) | 2019.06.10 |