Disable verbose debugging in unix using set command Disable verbose debugging in unix using set command unix unix

Disable verbose debugging in unix using set command


Saying:

set +x

would disable trace.

From the manual:

Using ‘+’ rather than ‘-’ causes these options to be turned off. The options can also be used upon invocation of the shell. The current set of options may be found in $-.