Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Interesting tidbit from the austin-group list



Jason Zions wrote:
------------------------------------------------------------------------
Since (( is not permitted to be a reserved word, a conforming shell
*cannot* treat it as such. Among other things, if there is an executable
file named (( anywhere in $PATH, then

     while (( $count < $NUMLOOPS ))

is required to invoke that executable program rather than any
functionality built into the shell.
------------------------------------------------------------------------



Messages sorted by: Reverse Date, Date, Thread, Author