Multiple choice

Which of the following flow control characters causes the shell to wait till the previous command has finished executing?

  1. Ampersand (&)

  2. Semicolon(;)

  3. And if (&&)

  4. None of these

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

This shell flow control character causes the shell to wait till the previous command has finished executing.