cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agoLinux Usersimagemessage-square133linkfedilinkarrow-up11.25Karrow-down121cross-posted to: programmerhumor@lemmy.ml
arrow-up11.23Karrow-down1imageLinux Userscm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square133linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squaresalacious_coaster@infosec.publinkfedilinkEnglisharrow-up13·2 days agoRelevant xkcd: https://xkcd.com/1168/
minus-squaredrkt@scribe.disroot.orglinkfedilinkarrow-up9·2 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-squarenutcase2690@lemmy.dbzer0.comlinkfedilinkarrow-up4·1 day agoi just use unar (unarchive) nowadays, since that works with all file formats iirc
minus-squarejbrains@sh.itjust.workslinkfedilinkarrow-up1·1 day agoYou don’t even need the hyphen! Mind = blown.
minus-squarebitchkat@lemmy.worldlinkfedilinkEnglisharrow-up3arrow-down1·2 days agoExtract a tarball with verbose output from the specified file. And learn how to use the ‘z’ option
minus-squareIsoKiero@sopuli.xyzlinkfedilinkEnglisharrow-up13·edit-22 days agoUnfortunately that’s not valid. $ tar -h tar: You must specify one of the '-Acdtrux', '--delete' or '--test-label' options Try 'tar --help' or 'tar --usage' for more information. From man-page: -h, --dereference follow symlinks; archive and dump the files they point to
Relevant xkcd: https://xkcd.com/1168/
tar --help
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
You don’t even need the hyphen!
Mind = blown.
Extract a tarball with verbose output from the specified file.
And learn how to use the ‘z’ option
tar - h
Unfortunately that’s not valid.
$ tar -h tar: You must specify one of the '-Acdtrux', '--delete' or '--test-label' options Try 'tar --help' or 'tar --usage' for more information.
From man-page:
-h, --dereference follow symlinks; archive and dump the files they point to
Damn.
Thanks, we all died.
:)