@[email protected] to [email protected]English • 1 year agoHow to write a 'tar' commandlemmy.sdf.orgimagemessage-square148fedilinkarrow-up1816arrow-down117
arrow-up1799arrow-down1imageHow to write a 'tar' commandlemmy.sdf.org@[email protected] to [email protected]English • 1 year agomessage-square148fedilink
minus-square@[email protected]linkfedilink2•1 year agoI just use atool (archive tool) instead. It works the same for any common compression format (tar, gzip, zip, 7zip, rar, etc) and comes with handy aliases like apack and aunpack obsoleting the need to memorize options.
minus-square@[email protected]linkfedilink2•1 year ago ouch stands for Obvious Unified Compression Helper. great name
minus-square@[email protected]linkfedilink2•1 year agoIt seems like it supports LZMA files which I believe is what 7z files are?
minus-squareQwerty-Spacelink0•edit-21 year agoLzma is a compression algorithm, not (just) a file format .7z files support lzma compression, but do not use it exclusively
I just use atool (archive tool) instead. It works the same for any common compression format (tar, gzip, zip, 7zip, rar, etc) and comes with handy aliases like
apack
andaunpack
obsoleting the need to memorize options.There’s ouch too.
great name
Ouch doesn’t do 7z though
It seems like it supports LZMA files which I believe is what 7z files are?
Lzma is a compression algorithm, not (just) a file format
.7z files support lzma compression, but do not use it exclusively