petsoi to Linux@lemmy.ml · 6 days agoFish 4.0: The Fish Of Theseusfishshell.comexternal-linkmessage-square48fedilinkarrow-up1218arrow-down11cross-posted to: opensource@lemmy.mlopensource@programming.devhackernews@lemmy.bestiver.serust@lemmit.online
arrow-up1217arrow-down1external-linkFish 4.0: The Fish Of Theseusfishshell.competsoi to Linux@lemmy.ml · 6 days agomessage-square48fedilinkcross-posted to: opensource@lemmy.mlopensource@programming.devhackernews@lemmy.bestiver.serust@lemmit.online
minus-squareZykino@programming.devlinkfedilinkarrow-up1·4 days agoMost of the time the fix is: put quotes around your strings (especially when they may contains globing patterns). Sometimes its using newer syntax available in bash but not on the snippet.
Most of the time the fix is: put quotes around your strings (especially when they may contains globing patterns). Sometimes its using newer syntax available in bash but not on the snippet.