티스토리 뷰

공부

[sh] zip & unzip & diff

승가비 2023. 5. 26. 21:31
728x90
zip -r -s 1m -o archived.zip test.pdf
cat archived.z* > merged.zip
unzip merged.zip
mv test.pdf test.pdf.origin
diff test.pdf test.pdf.origin

https://stackoverflow.com/questions/36807921/unzipping-the-multipart-file-bad-zipfile-offset-local-header-sig-4

 

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

https://ubuntuforums.org/showthread.php?t=952119 

 

[ubuntu] [SOLVED] Multi-part ZIP archive, ubuntu has no clue what to do....

 

ubuntuforums.org

https://stackoverflow.com/questions/7871702/is-there-any-graphical-binary-diff-tool-for-mac-os-x

 

Is there any graphical Binary Diff tool for Mac OS X?

Are there any Binary Diff tools for Mac OS X with a GUI? There are a gazillion text-based diff tools, but I need to compare two binary files. Essentially two Hex Editors with Dec/Hex View next to e...

stackoverflow.com

https://m.blog.naver.com/wideeyed/221499054123

 

[Linux] 여러 파일로 분할 압축하고 해제하기

리눅스에서 여러 파일로 분할 압축하고 해제하는 방법에 대해서 알아봅니다. 시작에 앞서 zip과 unzip명령...

blog.naver.com

https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=betacam5&logNo=220936621220 

 

맥에서 분할 zip 파일 만들기

네이버에서 대용량 파일을 메일로 보낼 수 있지만... 2G라는 파일사이즈 제한이 걸려있어 당황스러울 때가...

blog.naver.com

 

728x90

'공부' 카테고리의 다른 글

[openssl] 1.1, 3.0, 3  (0) 2023.05.26
[github.actions] (node:1738) UnhandledPromiseRejectionWarning: HttpError: Resource not accessible by integration  (0) 2023.05.26
[crontab] check  (1) 2023.05.17
[ChatGPT] DAN  (0) 2023.05.16
[ssh] ~/.ssh/config  (0) 2023.05.16
댓글