in Operating System
570 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}
in Operating System
570 views

Please log in or register to answer this question.

Related questions