[clug] Bash questions...

Alex Satrapa grail at goldweb.com.au
Sun May 1 20:21:40 MDT 2011


On 02/05/2011, at 11:53 , steve jenkin wrote:

> Tho' it does show up a fault in OS/X bash (echo -e & shopt) - the doco
> doesn't match Real Life.

When you type "which echo", does it tell you "echo: shell built-in command" or /bin/echo?

The manual page refers to /bin/echo. The ZSH documentation includes reference to the '-e' flag to enable escape sequences, overriding any system-wide configuration that may be in place.

And remember: any time real life doesn't match your expectations, it's not real life that is wrong :)

Alex



More information about the linux mailing list