What will happen if I execute a shell script with -x options
Will only show a preview of the execution and will not actually execute the script
Show verbose messages of the execution and helps in debugging
This is called safe-execution.
None of these