Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 1 (Q.No. 20)
20.
Which symbol is used to separate more than one command in the same command line?
$
#
:
;
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Saurabh said:   9 years ago
" ; " command allow user to use more than one command in the same line.

For egcat >> file1 ; cp file1 file2.
It will first ask to append the data into file 1 and the appended data with the previous data in file1 will be copied to file2.

Eldho said:   9 years ago
Pipes in Unix is "|".

Thakur said:   9 years ago
What symbol will be the answer?

Please describe it clearly.

Post your comments here:

Your comments will be displayed after verification.