Multiple Choice
What output will the following command sequence produce? echo '1 2 3 4 5 6' | while read a b c; do echo result: $c $b $a; done
A) result: 3 4 5 6 2 1
B) result: 1 2 3 4 5 6
C) result: 6 5 4
D) result: 6 5 4 3 2 1
E) result: 3 2 1
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Which of the following commands creates an
Q4: The script, script.sh, consists of the following
Q5: Which of the following find commands will
Q6: Which of the following command sequences overwrites
Q7: Which of the following files, located in
Q9: Which command is used to set restrictions
Q10: What is the effect of the egrep
Q11: Which file contains the date of the
Q12: Instead of supplying an explicit device in
Q13: What is the maximum niceness value that