cm0002@lemmy.world to Programmer Humor@programming.dev · 5 months agoLinux Userslemmy.mlimagemessage-square104linkfedilinkarrow-up11.15Karrow-down124cross-posted to: programmerhumor@lemmy.ml
arrow-up11.13Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 5 months agomessage-square104linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squaredrkt@scribe.disroot.orglinkfedilinkarrow-up8·5 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-squarebitchkat@lemmy.worldlinkfedilinkEnglisharrow-up3arrow-down1·5 months agoExtract a tarball with verbose output from the specified file. And learn how to use the ‘z’ option
minus-squarejbrains@sh.itjust.workslinkfedilinkarrow-up1·5 months agoYou don’t even need the hyphen! Mind = blown.
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
You don’t even need the hyphen!
Mind = blown.