Dear Jon,
I seem to remember that bash does have a path that it checks for function
definitions but a quick search didn't turn it up. Google is not the best way
to go because it returns far too many hits. Looking at the bash source code is
probably quickest. I can't remember how it works -
Am 26 Apr 2008 um 21:49 schrieb Chet Ramey:
Maximillian Murphy wrote:
E4) If I pipe the output of a command into `read variable', why
doesn't
the output show up in $variable when the read command finishes?
Would it cause a great deal of upset if the last section of a
pipel
E4) If I pipe the output of a command into `read variable', why doesn't
the output show up in $variable when the read command finishes?
Would it cause a great deal of upset if the last section of a
pipeline ran in the current process?
Regards, Max