Skip to content

Commit 7b5ff84

Browse files
authored
Create for_loop1.sh
1 parent 5b4f418 commit 7b5ff84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

for_loop1.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
echo "For loop starts.."
2+
for (( i=98; i<=100; i++))
3+
do
4+
echo $i
5+
done
6+
echo "Loop is done.."

0 commit comments

Comments
 (0)