Closed siliconlad closed 3 months ago
From the Bash Reference Manual:
Commands separated by a ‘;’ are executed sequentially; the shell waits for each command to terminate in turn. The return status is the exit status of the last command executed.
From the Bash Reference Manual: