Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: What command would you use to get
Q13: Which of the following directories is often
Q14: When a new user is added, where
Q15: Which of the following Linux distributions use
Q16: How is it possible to determine if
Q18: Which command will display running process information
Q19: Which of the following is a Linux
Q20: The output of the program date should
Q21: Which command line can be used to
Q22: Which of the following commands will set