Alejandro Mendoza@eviltoast.org to linuxmemes@lemmy.worldঅসমীয়া · 4 days agolinux rmeviltoast.orgimagemessage-square36fedilinkarrow-up1205arrow-down12
arrow-up1203arrow-down1imagelinux rmeviltoast.orgAlejandro Mendoza@eviltoast.org to linuxmemes@lemmy.worldঅসমীয়া · 4 days agomessage-square36fedilink
minus-squarezitrone 🍋@lemmings.worldlinkfedilinkEnglisharrow-up1·6 hours agonot only does unrm not exist, the shell expands * to whatever is in the current directory, which is empty because anon just rmd everything
minus-squarezitrone 🍋@lemmings.worldlinkfedilinkEnglisharrow-up1·6 hours agobash is weird $ bash -c 'echo e*' e* $ fish -c 'echo e*' fish: No matches for wildcard 'e*'. See `help wildcards-globbing`. echo e* ^^```
minus-squarezitrone 🍋@lemmings.worldlinkfedilinkEnglisharrow-up1·6 hours agook just stupid defaults $ shopt -s failglob $ echo e* bash: no match: e*
not only does
unrm
not exist, the shell expands*
to whatever is in the current directory, which is empty because anon justrm
d everythingbash is weird
ok just stupid defaults