0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · edit-210 months agoOne of the few times I've downvotedsh.itjust.worksimagemessage-square53fedilinkarrow-up1106arrow-down169
arrow-up137arrow-down1imageOne of the few times I've downvotedsh.itjust.works0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · edit-210 months agomessage-square53fedilink
minus-squarejanAkali@lemmy.onelinkfedilinkEnglisharrow-up7arrow-down4·10 months agoI don’t understand. How is it hard to remember: “eXtract File” = “tar xf …”? If tar is gZipped - it’s “tar xzf …”. I don’t think I’ve ever seen tarball that wouldn’t work with one of these two commands.
minus-squareProgrammer Belch@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up6·10 months agoUsually the distro has tar in automatic and automatically detects which compression flag to use so tar xf ... usually just works
minus-squarechellomere@lemmy.worldlinkfedilinkarrow-up2·10 months agoYeah it’s many years that I haven’t had to specify z, j etc.
minus-squaremumblerfish@lemmy.worldlinkfedilinkarrow-up5·10 months agoNever encountered a bz2 tar? Then the flag is j.
minus-squarexigoi@lemmy.sdf.orglinkfedilinkarrow-up3·10 months agoJust use tar xaf to auto-detect the format. (Mnemonic: “extract a file”)
I don’t understand.
How is it hard to remember: “eXtract File” = “tar xf …”? If tar is gZipped - it’s “tar xzf …”.
I don’t think I’ve ever seen tarball that wouldn’t work with one of these two commands.
Usually the distro has tar in automatic and automatically detects which compression flag to use so
tar xf ...
usually just worksYeah it’s many years that I haven’t had to specify z, j etc.
Never encountered a bz2 tar? Then the flag is
j
.Just use
tar xaf
to auto-detect the format. (Mnemonic: “extract a file”)