Control Operators
  • && (AND)
  • || (OR)

command1 && command2 If command1 is successful execute command2

command1 || command2 If command1 is unsuccessful execute command2