Closed siliconlad closed 2 months ago
From the Bash Reference Manual:
An AND list has the form command1 && command2 command2 is executed if, and only if, command1 returns an exit status of zero (success).
An AND list has the form
command1 && command2
command2 is executed if, and only if, command1 returns an exit status of zero (success).
command2
command1
From the Bash Reference Manual: