PrepAway - Latest Free Exam Questions & Answers

What is the output of the following command sequence?

What is the output of the following command sequence?

for token in a b c; do
echo -n “$token “;
done

PrepAway - Latest Free Exam Questions & Answers

A.
anbncn

B.
a b c

C.
“a ” “b ” “c “

D.
token token token

E.
abc

2 Comments on “What is the output of the following command sequence?


Leave a Reply