Skip to content

Commit b4f7c63

Browse files
authored
Update III Control Statements in Bash Scripting.py
1 parent 805def5 commit b4f7c63

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Introduction to Bash Scripting/III Control Statements in Bash Scripting.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,12 @@
150150
echo $x
151151
((x+=1))
152152
done
153+
"""
154+
155+
"""
156+
### A simple FOR loop
157+
158+
Instructions
159+
160+
- Use a FOR statement to loop through files that end in .R in inherited_folder/ using a glob expansion.
161+
- echo out each file name into the console.

0 commit comments

Comments
 (0)