notes/os/unix/fs-filesystem/split-join.txt
ihar_hancharenka 8356df41e8 m
2025-08-14 09:17:10 +03:00

9 строки
156 B
Plaintext

http://askubuntu.com/questions/54579/how-to-split-larger-files-into-smaller-parts
split/join
7z a -mx0 -v1g a.7z file.iso
---
7z x a.7z.001
7z e a.7z.001