Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

To run two commands at the sametime use the semi-colon ";"

command1 ; command2

To run a command only after the first command has failed use the double pipe "||"

command1 || command2

To run a command only if the first is successful use the double ampersand "&&"

command1 && command2
  • No labels