Alejandro Mendoza@eviltoast.org to linuxmemes@lemmy.worldঅসমীয়া · 10 days agolinux rmeviltoast.orgimagemessage-square32linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imagelinux rmeviltoast.orgAlejandro Mendoza@eviltoast.org to linuxmemes@lemmy.worldঅসমীয়া · 10 days agomessage-square32linkfedilink
minus-squarezitrone 🍋@lemmings.worldlinkfedilinkEnglisharrow-up0·7 days 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-up0·7 days agobash is weird $ bash -c 'echo e*' e* $ fish -c 'echo e*' fish: No matches for wildcard 'e*'. See `help wildcards-globbing`. echo 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