Unix - Study Mode
[#1116] How can we specify more than one command in the command line at the same time?
Correct Answer
(A) using
[#1117] Every pattern in case statement in terminated with a . . . . . . . .
Correct Answer
:
[#1118] For escaping the newline character we can use . . . . . . . .
Correct Answer
(B) \
[#1119] Which of the following is not true about UNIX?
Correct Answer
(C) UNIX was not written in 'C' language
[#1120] Which symbol is used to separate more than one command in the same command line?
Correct Answer
$
Explanation
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.