Fish - The friendly interactive shell
Posted May 26, 2005 15:25 UTC (Thu) by
mikachu (guest, #5333)
In reply to:
Fish - The friendly interactive shell by liljencrantz
Parent article:
Fish - The friendly interactive shell
In zsh, you can select between two behaviours, either you get an error when * doesn't match anything, or it expands to nothing as in fish. (and when in the first mode, you can write *(N) to make it expand to nothing if it doesn't match). In bash i think * is left as a literal * if it doesn't match, so the file not found message is actually from ls, not the shell. Not 100% sure about that one though.
(
Log in to post comments)