odd behavior from overloading the "source" builtin

2014-03-16 Thread Doug McIlroy
binxQRPThwkqX.bin Description: Binary data

odd behavior from overloading the "source" builtin

2014-03-16 Thread Doug McIlroy
wait() { echo x } wait

[no subject]

2014-03-16 Thread Doug McIlroy
binK813SZFOYK.bin Description: Binary data

style of assignment to variable changes command selection

2008-03-07 Thread Doug McIlroy
These two bash sequences are not equivalent. My intuition and the bash man page tell me they should be the same. % export X=x; time --version; unset X -bash: --version: command not found % unset X; X=x time --version GNU time 1.7 Behavior observed in: GNU bash, version 3.2.33(18)-relea