[prog] Returning a string from a function, in bash

Almut Behrens almut-behrens at gmx.net
Sun Apr 18 00:41:53 EST 2004


On Sat, Apr 17, 2004 at 11:55:24PM +0200, Riccarda Cassini wrote:
> > 
> > strace -f -o trace.out ./script.sh
> 
> Very neat. Looks like a tool I'm going to be using on a regular basis
> in the future :-)  Seems very handy for finding out which particular
> config file, library or whatever is read, when there's more than one
> around...

thought you'd like it :)  As you mentioned libraries: there's another
handy tool called 'ldd'. It tells you which shared libs are being
loaded by an executable -- just in case you haven't come across it yet.

Almut



More information about the Programming mailing list