Multiple choice

Which of the following set commands in Bash shell provides debugging options that will display commands and their arguments as they are implemented?

  1. set - x

  2. set - v

  3. set - n

  4. set - k

  5. set - q

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

set - x command in bash shell provides debugging options that will display commands and their arguments as they are implemented.