To feed standard output of one command to standard input of another in a single shell session:
a) IO redirection can be used
b) Named pipes can be used
c) The pipe operator provided by the shell can be used
d) It can not be done

Submitted by: Muhammad
c) The pipe operator provided by the shell can be used
Submitted by: Muhammad

Read Online Linux Environment Job Interview Questions And Answers