If previous command failed with ; the second one will run.
But with && the second one will not run.
This is a “lazy” logical “AND” operand between operations.
If previous command failed with ; the second one will run.
But with && the second one will not run.
This is a “lazy” logical “AND” operand between operations.