Which symbol is used to separate more than one command in the same command line?
A. $
B. #
C. :
D. ;
E. None of the above
Answer: Option D
Solution (By Examveda Team)
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.
Join The Discussion