591 views
0 votes
0 votes
Which of the following commands will
output “onetwothree” ?
(A) for val; do echo-n \$val; done <one two three
(B) for one two three; do echo-n-;done
(C) for n in one two three; do echo-n \$n; done
(D) for n in one two three {echo –n \$ n}

Please log in or register to answer this question.

Related questions

3 votes
3 votes
1 answer
2
0 votes
0 votes
1 answer
3