cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoLinux Userslemmy.mlimagemessage-square143fedilinkarrow-up11.04Karrow-down122
arrow-up11.02Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square143fedilink
minus-squaredrkt@scribe.disroot.orglinkfedilinkarrow-up6·2 months agotar -xvf <archive-name> but only because I had to look it up twice so now my brain has committed it to memory I don’t even know what it does
minus-squarenutcase2690@lemmy.dbzer0.comlinkfedilinkarrow-up2·2 months agoi just use unar (unarchive) nowadays, since that works with all file formats iirc
minus-squarebitchkat@lemmy.worldlinkfedilinkEnglisharrow-up2arrow-down1·2 months agoExtract a tarball with verbose output from the specified file. And learn how to use the ‘z’ option
tar -xvf <archive-name>
but only because I had to look it up twice so now my brain has committed it to memory
I don’t even know what it does
i just use unar (unarchive) nowadays, since that works with all file formats iirc
Extract a tarball with verbose output from the specified file.
And learn how to use the ‘z’ option