Which of the following output is created?

When given the following command line.
echo “foo bar” | tee bar | cat
Which of the following output is created?

When given the following command line.
echo “foo bar” | tee bar | cat
Which of the following output is created?

A.
cat

B.
foo bar

C.
tee bar

D.
bar

E.
foo



Leave a Reply 0

Your email address will not be published. Required fields are marked *