[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Dumb Shell Scripting Question.....



Joe Sechman wrote:
> I was wondering if it was possible to echo the name of a running
> command interactively in the shell to where the output contains the
> name of the command and the resulting command output - resulting  in a
> log of commands (w/the help of tee, etc...) that were run matched with
> their output.

I'm not sure I undestand that loooonnnnngggg line, but you might check out:

set -x
set -v

shell options.

-- 
Until later, Geoffrey