Which of the following out commands will output "onetwothree"?

Question:
	
Which of the following out commands will output "onetwothree"?

1.for val; do echo-n $val; done < one two three

2.for one two three; do echo-n-; done

3. for n in one two three; do echo-n $n; done

4.for n in one two three {echo-n $n}

Posted Date:-2022-06-03 21:01:42


More MCQS Questions and answers

Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!