Different between first line in the shell script

What is the different between

 #!/usr/bin/ksh
 

and

 #!/usr/bin/ksh -x
 

Thanks for contribution

Harder to find than I thought it would be:
IBM Knowledge Center Error

man ksh :

1 Like

-x useful 4 debugging.

+x is for debugging

1 Like

Sorry, No. man ksh :