Re: Module systems for bash?

2008-08-29 Thread Maximillian Murphy
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 -

Re: FAQ E4

2008-04-26 Thread Maximillian Murphy
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

FAQ E4

2008-04-25 Thread Maximillian Murphy
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