Hi there,
In *nix, we can execute multiple commands in a single line like so
command1 && command2 && command3
In the above case, if command1 fails, command 2 and 3 will not be executed.
I remember reading somewhere that there was some kind of operator that determins which command to execute depending on the outcome of command1 (faild or success).
Can't seem to google it back now .... lol
does anyone know what those operators might be?
In *nix, we can execute multiple commands in a single line like so
command1 && command2 && command3
In the above case, if command1 fails, command 2 and 3 will not be executed.
I remember reading somewhere that there was some kind of operator that determins which command to execute depending on the outcome of command1 (faild or success).
Can't seem to google it back now .... lol
does anyone know what those operators might be?