sample: ```sh var=/usr/bin echo ${var##*[!/]} ``` output: dash, ash, mksh, oksh, yash, zsh(--emulate sh): ``` <no output> ``` mrsh: ``` n ```