Question
What is the difference between > and | ? Or what is the difference between redirection and the pipe? A The redirection operator connects a
What is the difference between > and | ? Or what is the difference between redirection and the pipe?
A | The redirection operator connects a command can be used by regular users on a system, while pipelines can only be used by administrators. | |
B | The redirection operator connects a command with a file while the pipeline operator connects the output of one command with the input of a second command. | |
C | The redirection operator connects a command with a file while the pipeline operator reads input from the keyboard. | |
D | They are both the same, but pipelines were added by Linux as an alternative symbol. |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started