OPERATING SYSTEMS FOR COMPUTERS
COMMAND LINE INTERFACE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following symbols is used to separate a second command that is dependent on the first command?
|
|
|
|
/
|
|
&
|
|
$
|
Explanation:
Detailed explanation-1: -You can make it do so by using the pipe character ‘|’. Pipe is used to combine two or more commands, and in this, the output of one command acts as input to another command, and this command’s output may act as input to the next command and so on.
Detailed explanation-2: -Description: A semicolon (; ) is used to separate multiple commands on a single command line.
Detailed explanation-3: -The , , b, t, T, : commands can be separated with a semicolon (this is a non-portable GNU sed extension). Labels used in b, t, T, : commands are read until a semicolon.
Detailed explanation-4: -The semicolon (; ) character is used to separate multiple commands on a single line.
There is 1 question to complete.