On Thu, 27 Jul 2000, Erik Jakobsen wrote about, Trace.:
> I have a software that calls some scripts. How can I trace how its
> working ??.
Difficult to say as some scripts get called from binary programs, in this
case you could use 'strace' to see whats going on, however strace can
create massive files full of not really interesting stuff.
If you want just to see what is happening in the scripts you can do;
cd /to/where/the/file/is
sh -x ./script_file_name
If of course it is a large script and the commands an there returns flow
off the screen;
sh -x ./script >logfile
less logfile
>
> Thanks in advance.
>
> Erik.
> --
> De bedste hilsener // Best regards // Erik Jakobsen
> [EMAIL PROTECTED] // SuSE linux 6.3
> Licensed RadioAmateur with the callsign OZ4KK.
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.linux-learn.org/faqs
--
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs