0 votes
115 views
in Systems Programming by (0 points)
closed by
Which of the following shell scripts will produce the output "my first script" ?

Select one:
a. for n in my first script; do echo –i $i; done
b. for i in my first script; do echo –i $i; done
c. for i in my first script { echo –i $i}
d. for my first script; do echo –n; done
closed

1 Answer

0 votes
by (0 points)
 
Best answer
B

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...