cm0002@lemmy.world to Programmer Humor@programming.dev · 18 days agoLinux Userslemmy.mlimagemessage-square138linkfedilinkarrow-up11arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up11arrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 18 days agomessage-square138linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squaredrkt@scribe.disroot.orglinkfedilinkarrow-up0·18 days 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-squarebitchkat@lemmy.worldlinkfedilinkEnglisharrow-up0·18 days agoExtract a tarball with verbose output from the specified file. And learn how to use the ‘z’ option
minus-squarenutcase2690@lemmy.dbzer0.comlinkfedilinkarrow-up0·18 days agoi just use unar (unarchive) nowadays, since that works with all file formats iirc
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
Extract a tarball with verbose output from the specified file.
And learn how to use the ‘z’ option
i just use unar (unarchive) nowadays, since that works with all file formats iirc