1.

Which symbol is used to connect different streams?(a) |(b) >(c)

Answer» CORRECT option is (a) |

The best I can explain: The shell can connect DIFFERENT streams using a special operator called PIPE (|) and avoid CREATION of disk FILE. We can connect two commands using this operator so that one command can take the output of other as its input. For example,


Discussion

No Comment Found

Related InterviewSolutions