0 votes
80 views
in Systems Programming by (0 points)
closed by
Which of the following is true about following command

    ls /bin /usr/bin | sort | uniq | tee /dev/tty >/dev/null

Select one:
a. Command will generate error and error will be displayed on screen
b. Command will be successful but nothing will be displayed
c. Command will be successful and unique file names from /bin /usr/bin will be displayed on screen
d. Command will generate error but nothing will be displayed on screen
closed

1 Answer

0 votes
by (0 points)
 
Best answer
C

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...