Vidyalelo
Computer Science · Q20

UNIX

Engineering and GATE · Computer Science · question 20

Q20

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

A.
$
B.
#
C.
:
D.
;
Answer
E.
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.