emersion / mrsh

A minimal POSIX shell
MIT License
492 stars 35 forks source link

${var##*[!/]} produces weird output #190

Open illiliti opened 3 years ago

illiliti commented 3 years ago

sample:

var=/usr/bin
echo ${var##*[!/]}

output:

dash, ash, mksh, oksh, yash, zsh(--emulate sh):

<no output>

mrsh:

n