On Sun, Oct 08, 2017 at 02:38:21PM +0200, to...@tuxteam.de wrote: > It's a shell feature: if you do "set -x" in a shell script, all the > commands in the current shell get transcribed (to stdout, I think).
To stderr by default, but bash lets you set the BASH_XTRACEFD variable to send it elsewhere.