Difference between revisions of "Set -x"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
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>
 
* <code>[[set -x]] print every command that is executed and every variable that is set to the standard output. Useful to [[debug]] scripts.</code>
 +
 +
Examples:
 +
  set -x [[&&]] [[npm run migrate]]
  
 
== See also ==
 
== See also ==

Revision as of 07:05, 13 April 2022

Advertising: