Table of Contents

What does the semicolon or newline command delimiter operator in Bash?

About

This article talks about the semi-colon and new line as control operator in bash.

Example

command1 ; command2
# or
command1
command2

What effect do they have?