Multiple choice technology programming languages Shell Scripting options to debug and checking for syntax errors sh -x AND sh -n sh -X AND sh -N sh -xn sh -nx Reveal answer Fill a bubble to check yourself A Correct answer Explanation The -x option enables execution tracing (xtrace) for debugging, showing commands as they are executed. The -n option reads commands but does not execute them, allowing checking for syntax errors.