Was wondering if someone could tell me what the difference is between these two. Cannot seem an exact answer on the net. Command Line to me means input line and pipeline is the output?
Thanks for the help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A command pipeline is when you connect the output of one command with the input of another:
is one trivial example
A linux command line simply refers to the shell prompt.