[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Introducing option to trace commands on and off
From: |
Dennis Williamson |
Subject: |
Re: Introducing option to trace commands on and off |
Date: |
Wed, 13 Oct 2021 11:15:52 -0500 |
On Wed, Oct 13, 2021, 11:07 AM Khan Smith <khansmith@mail.com> wrote:
>
> Have been spending some time debugging a script that is sourced from my
> .bashrc
>
> I am using "set -x" to trace the commands but would l/ike to have an
> option to turn the command tracing
> on and off.
>
> Wauld like to find a neat way to do this.
>
set +x turns tracing off.
>