Hi!
I have a script and I need the logfile to capture exactly what I type on the command line (the script name with paramaters).
For example,
TESTING -O Option1 -C Case1
should be written to the logfile like this:
TESTING -O Option1 -C Case1
How can I do that? Please help.
DR.
I have a script and I need the logfile to capture exactly what I type on the command line (the script name with paramaters).
For example,
TESTING -O Option1 -C Case1
should be written to the logfile like this:
TESTING -O Option1 -C Case1
How can I do that? Please help.
DR.