Q20
Which symbol is used to separate more than one command in the same command line?
A.
$
B.
#
C.
:
D.
;
AnswerE.
None of the above
Answer: Option D
Solution
Answer: Option D
Solution:
In Unix, the semicolon (;) symbol is used to separate more than one command in the same command line. This allows you to execute multiple commands sequentially on a single command line.So, ; is the symbol used to separate more than one command in the same command line.