set -x

From wikieduonline
Jump to navigation Jump to search

set -x print every command that is executed and every variable that is set to the standard output. Useful to debug scripts.

Examples:

 set -x && npm run migrate

Related[edit]

See also[edit]

Advertising: