&&
Jump to navigation
Jump to search
&&
executes the command which follow only if the command which precedes it succeeds. ||
does the opposite.
Related commands[edit]
- PowerShell:
(command 1) -and (command 2)