Shell - (semicolon|newline) command delimiter operator
Table of Contents
About
Language - Statement Separator in bash.
Commands separated by a ‘;’ or a newline 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.