Re: ksh trace

From: Sunder Iyengar (Sunder.Iyengar@VERITAS.COM)
Date: Fri May 09 2003 - 21:19:07 EDT


Try this -

command 2>out-file-name

out-file-name should contain debug output.

Or,

command > command-file 2>out-file-name

command-file contains normal shell script standard out outputs and
out-file-name contains debug output.

Sunder.
-----Original Message-----
From: Fernandez Garay Jorge [mailto:ferjor@COTO.COM.AR]
Sent: Saturday, 10 May 2003 11:05 AM
To: aix-l@Princeton.EDU
Subject: ksh trace

Hi
Is at hand, in ksh programming, any way to capture the output
of a ksh trace (set -x) and send it to a file??

Any help will be appreciated. Thanks in advance

Jorge



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 22:16:49 EDT