Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81834e9

Browse files
author
Ankam Ravi Kumar
authored
Create 1forloop.sh
1 parent 7236466 commit 81834e9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

1forloop.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
#Purpose: One more example for for loop
3+
#Version:
4+
#Created Date: Wed May 16 19:31:50 IST 2018
5+
#Modified Date:
6+
#Author: Ankam Ravi Kumar
7+
# START #
8+
for i in 1 2 3 4 5
9+
do
10+
echo $i
11+
done
12+
# END #

0 commit comments

Comments
 (0)