List of questions
Related questions
Question 66 - 010-160 discussion
Which of the following examples shows the general structure of a for loop in a shell script?
A.
for *.txt as file => echo $file
B.
for *.txt ( echo $i )
C.
for file in *.txt do echo $idone
D.
for ls *.txt exec {} \;
E.
foreach @{file} { echo $i}
Your answer:
0 comments
Sorted by
Leave a comment first