Monday, 3 March 2014

For loop syntax in shell script

with the help of this post you can also know that how to use for loop in Linux Ubuntu.
syntax of for loop in shell script:-

for((initialization; condition; increment/decrements ))
do
------------------
------------------
------------------
------------------
done

No comments:

Post a Comment