Multiple choice

Which symbol is used to separate more than one command in the same command line?

  1. $
  2. #

  3. :

  4. ;

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The semicolon (;) is the command separator in UNIX shells. It allows you to execute multiple commands on a single line by separating them. The shell executes them sequentially from left to right.