Bash/sh – difference between && and ;

https://stackoverflow.com/questions/6152659/bash-sh-difference-between-and 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.