SUPER SAIYAN@lemmy.world to memes@lemmy.world · 19 hours agoNew to Linux BTWlemmy.worldimagemessage-square50fedilinkarrow-up1692
arrow-up1692imageNew to Linux BTWlemmy.worldSUPER SAIYAN@lemmy.world to memes@lemmy.world · 19 hours agomessage-square50fedilink
minus-squareBarbarian@sh.itjust.workslinkfedilinkarrow-up3·41 minutes agoI use the mnemonic “extract ze file” for tar -xzf
minus-squaredarklamer@feddit.orglinkfedilinkEnglisharrow-up1·53 minutes agoProbably not, the double-dash long commandline option is a GNU extension and isn’t guaranteed to work with every tar implementation.
minus-squareJohnAnthony@lemmy.dbzer0.comlinkfedilinkarrow-up4·2 hours agoIt should, as long as you don’t try to abbreviate it as tar -h though… the short form is tar -? which illustrates the joke nicely
minus-squareBlackLaZoR@lemmy.worldlinkfedilinkarrow-up3·5 hours agoI’d use tar -help and we’d all die
minus-squarenight_petal@piefed.sociallinkfedilinkEnglisharrow-up13·9 hours agoSince a competent typist could type that in at most 3 seconds, it’s worth a shot.
minus-squareimjustmsk@lemmy.mllinkfedilinkEnglisharrow-up3·8 hours agowhat? 3 seconds for “tar --help”???, I could type that out faster in my phone? In a physical keyboard you could type thar in a fraction of a second?
minus-squareTiresia@slrpnk.netlinkfedilinkarrow-up10·7 hours ago you could type thar in a fraction of a second? *boom*
minus-squarenight_petal@piefed.sociallinkfedilinkEnglisharrow-up1·3 hours agoThey also failed to read “at most”.
minus-squareReygle@lemmy.worldlinkfedilinkarrow-up3·8 hours agoIs man tar a Tar command or a Man command?
minus-squareGreenKnight23@lemmy.worldlinkfedilinkarrow-up5·8 hours agotar -xcvf file.tar.gz /dev/random
I use the mnemonic “extract ze file” for
tar -xzfwould
tar --helpcountProbably not, the double-dash long commandline option is a GNU extension and isn’t guaranteed to work with every tar implementation.
It should, as long as you don’t try to abbreviate it as
tar -hthough… the short form istar -?which illustrates the joke nicelyI’d use tar -help and we’d all die
Since a competent typist could type that in at most 3 seconds, it’s worth a shot.
what? 3 seconds for “tar --help”???, I could type that out faster in my phone? In a physical keyboard you could type thar in a fraction of a second?
*boom*
They also failed to read “at most”.
Is
a Tar command or a Man command?
tar -xcvf file.tar.gz /dev/random