Hacker News new | ask | show | jobs
by pxc 438 days ago
I came here to make the same recommendation. Just use p7zip for everything; no need to learn a bunch of different compression tools.
1 comments

If you use `atool`, there is no need to use different tools either – it wraps all the different compression tools behind a single interface (`apack`, `aunpack`, `als`) and chooses the right one based on file extensions.
I'll check this out. I actually don't love p7zip's CLI.
There's also `unp`, the universal unpacker.