not_IO@lemmy.blahaj.zone to memes@lemmy.worldEnglish · 5 days agookay then (^‿^)lemmy.blahaj.zoneimagemessage-square17linkfedilinkarrow-up1336arrow-down114
arrow-up1322arrow-down1imageokay then (^‿^)lemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to memes@lemmy.worldEnglish · 5 days agomessage-square17linkfedilink
minus-squarenaught@sh.itjust.workslinkfedilinkarrow-up5·edit-24 days agooh yeah? do a .7z now 😏 e: ah, you created the tar first i see now. i bet you know how to decompress a .tar.gz by memory every time
minus-squareLucy :3@feddit.orglinkfedilinkarrow-up7·4 days agoWell … iirc passing through gzip is z. So it would be tar xzf extract, gzip, file
minus-squareskulblaka@sh.itjust.workslinkfedilinkarrow-up3·4 days agoOk, well, then have a sleep 10 first. But then extract ze files!
minus-squarespiffpitt@lemmy.worldlinkfedilinkEnglisharrow-up7·4 days agoi believe it can even figure out the compression on its own (via filename?) so all you need is “tar xf”
minus-squareLucy :3@feddit.orglinkfedilinkarrow-up3·edit-24 days agoYup, but I prefer to remember and type them in case I need to work with unnamed (streams)/custom named files or want to mess with people that only go by filename instead of file
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up5·4 days agobsdtar xf (from nixpkgs#libarchive) and it’ll figure it out.
minus-squareryannathans@aussie.zonelinkfedilinkarrow-up4·4 days agoI get the best results with .tar.zst (zstd)
tar cJf
tar xJf
oh yeah? do a
.7z
now 😏e: ah, you created the tar first i see now. i bet you know how to decompress a .tar.gz by memory every time
Well … iirc passing through gzip is z. So it would be
tar xzf
extract, gzip, file
But I am le tired…
Ok, well, then have a
sleep 10
first. But then extract ze files!i believe it can even figure out the compression on its own (via filename?) so all you need is “tar xf”
Yup, but I prefer to remember and type them in case I need to work with unnamed (streams)/custom named files or want to mess with people that only go by filename instead of
file
bsdtar xf
(from nixpkgs#libarchive) and it’ll figure it out.I get the best results with .tar.zst (zstd)