Difference between revisions of "Set -x"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
  set -x && [[npm run migrate]]
 
  set -x && [[npm run migrate]]
  
 +
* <code>[[set -x]] print every command that is executed and every variable that is set to the standard output. Useful to [[debug]] scripts.</code>
  
 
== See also ==
 
== See also ==
 
* {{set}}
 
* {{set}}
 
* {{Bash}}
 
* {{Bash}}
 +
 +
[Category:Bash]]

Revision as of 07:04, 13 April 2022

Advertising: