calango@programming.dev to Programmer Humor@programming.dev · 10 hours agoWho hasn't typed a risky command? Throw the first stone!programming.devimagemessage-square23fedilinkarrow-up1308arrow-down18file-text
arrow-up1300arrow-down1imageWho hasn't typed a risky command? Throw the first stone!programming.devcalango@programming.dev to Programmer Humor@programming.dev · 10 hours agomessage-square23fedilinkfile-text
minus-squaredb0@lemmy.dbzer0.comlinkfedilinkarrow-up33·8 hours agoDOS user detected! In linux you don’t need *.*, you can just use *
minus-squareStupidmanager@lemmy.worldlinkfedilinkEnglisharrow-up2·edit-22 hours agoGoing to point out that not only is *.* unnecessary, but he’s in ~ (home) so assuming it even worked he just deleted his home.
minus-squarecalango@programming.devOPlinkfedilinkarrow-up9·7 hours agoGod programmed the universe into DOS
minus-squareprettybunnys@piefed.sociallinkfedilinkEnglisharrow-up3·7 hours agowell, depending on your shell
minus-squaredb0@lemmy.dbzer0.comlinkfedilinkarrow-up4·5 hours agoWhich shell interprets * as everything before extension?
minus-squareprettybunnys@piefed.sociallinkfedilinkEnglisharrow-up4·5 hours agoWell I’m not necessarily commenting on the *.* but * will skip .files in bash.
DOS user detected! In linux you don’t need
*.*, you can just use*Going to point out that not only is *.* unnecessary, but he’s in ~ (home) so assuming it even worked he just deleted his home.
Well, guess that’s it for heaven
God programmed the universe into DOS
This explains a lot.
well, depending on your shell
Which shell interprets * as everything before extension?
Well I’m not necessarily commenting on the
*.*but*will skip .files in bash.I think *. * also skips them