|
|
|
|
|
by setopt
439 days ago
|
|
> Related to that, the Unix philosophy of simple tools that do one job and do it well, also applies here a bit. More typical workflow would be a utility to tarball something, then another utility to gzip it, then finally another to encrypt it. Leading to file extensions like .tar.gz.pgp, all from piping commands together. I do this for my own files, but half of the time I zip something, it’s to send it to a Windows user, in which case zip is king. |
|