0

I know what is bash -x, but what is bash +x ? Googling found no results and the manual also says nothing about it.

user1206899
  • 1,564
  • 1
  • 11
  • 15

2 Answers2

3

All of the single-character options are as if they were typed in the set command. -x turns on option x, +x turns off option x.

Tim Roberts
  • 48,973
  • 4
  • 21
  • 30
0

https://unix.stackexchange.com/questions/409366/what-is-bash-x

-x turns on x trace and +x turns it off as far as I understand

Orel Fichman
  • 150
  • 6