calango@programming.dev to Programmer Humor@programming.dev · 15 hours agoWho hasn't typed a risky command? Throw the first stone!programming.devimagemessage-square30fedilinkarrow-up1418file-text
arrow-up1418imageWho hasn't typed a risky command? Throw the first stone!programming.devcalango@programming.dev to Programmer Humor@programming.dev · 15 hours agomessage-square30fedilinkfile-text
minus-squareprettybunnys@piefed.sociallinkfedilinkEnglisharrow-up5·9 hours agoWell I’m not necessarily commenting on the *.* but * will skip .files in bash.
minus-squareprettybunnys@piefed.sociallinkfedilinkEnglisharrow-up1·edit-21 minute ago*.* will likely expect a file named *. and then delete any file globbed, but still leave dotfiles. At least in bash. In my shell it would just error at me and then I’d be mad fish doesn’t work like bash in this specific case
Well I’m not necessarily commenting on the
*.*but*will skip .files in bash.I think *. * also skips them
*.*will likely expect a file named*.and then delete any file globbed, but still leave dotfiles. At least in bash.In my shell it would just error at me and then I’d be mad
fishdoesn’t work likebashin this specific case