cm0002@lemmy.world to Programmer Humor@programming.dev · 8 days agoLinux Userslemmy.mlimagemessage-square104linkfedilinkarrow-up11.14Karrow-down123cross-posted to: programmerhumor@lemmy.ml
arrow-up11.12Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 8 days agomessage-square104linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squaredrkt@scribe.disroot.orglinkfedilinkarrow-up8·8 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-up3arrow-down1·8 days agoExtract a tarball with verbose output from the specified file. And learn how to use the ‘z’ option
minus-squarejbrains@sh.itjust.workslinkfedilinkarrow-up1·8 days 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.