Difference between revisions of "&&"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
 
* <code>[[brew update]] && [[brew upgrade]]</code>
 
* <code>[[brew update]] && [[brew upgrade]]</code>
 +
* <code>[[set -x]] && [[npm run migrate]]</code>
  
 
== Related commands ==
 
== Related commands ==

Revision as of 07:05, 13 April 2022

&& executes the command which follow only if the command which precedes it succeeds. || does the opposite.


Related commands

See also

Advertising: