|
|
|
|
|
by accrual
968 days ago
|
|
Two other common use cases I have for more advanced software like 7-Zip, beyond compression ratio, are the ability to select AES for encryption (vs the weak old school ZipCrypto) and the ability to tar things. Sometimes I don't want compression at all, so I'll tar instead, just because it's easier to work with one big file over many small ones. Tar is also convenient for beaming groups of files over netcat. |
|