cm0002@lemmy.world to Programmer Humor@programming.dev · 15 days agoLinux Userslemmy.mlimagemessage-square133linkfedilinkarrow-up11.3Karrow-down127
arrow-up11.28Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 15 days agomessage-square133linkfedilink
minus-squaresalacious_coaster@infosec.publinkfedilinkEnglisharrow-up11·15 days agoRelevant xkcd: https://xkcd.com/1168/
minus-squaredrkt@scribe.disroot.orglinkfedilinkarrow-up8·15 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·15 days agoi just use unar (unarchive) nowadays, since that works with all file formats iirc
minus-squarejbrains@sh.itjust.workslinkfedilinkarrow-up1·15 days agoYou don’t even need the hyphen! Mind = blown.
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up1·edit-212 days agotar -jcvf archive.tbz ~/stuff/* Of course I don’t know the bomb had bzip2 on it… I wonder if we can start with ls to see if there’s anything to tar or untar
Relevant xkcd: https://xkcd.com/1168/
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.
tar --help
tar -jcvf archive.tbz ~/stuff/*
Of course I don’t know the bomb had bzip2 on it… I wonder if we can start with ls to see if there’s anything to tar or untar