What is the output of the following command? for token in a b c; do echo -n ${token}; done
A . anbncn
B . abc
C . $token$token$token
D . {a}{b}{c}
E . a b c
Answer: B
What is the output of the following command? for token in a b c; do echo -n ${token}; done
A . anbncn
B . abc
C . $token$token$token
D . {a}{b}{c}
E . a b c
Answer: B