Linux basics 4
PATTERN IN LINUX
INTRODUCTION
framework or like Android for adaptable, ios and in a general sense more case of a working structure are there in a market. Be that as it may, Linux is free so all the "hacking" scripting is done in Linux. Circle is the enormous subject and basic also if you understand it or if not it is the unpalatable dream you at whatever point found in the life. I am giving some post to this point in detail after some time. The substance for the given yield is above yield segment and underneath the introduction.I require supporting from most by far of my watcher for making this blog to the wide stature.
THE SCRIPT
clear
i=1
while [ $i -le 10 ]
do
j=1
while [ $j -le $i ]
do
echo -n "*"
j=`expr $j + 1`
done
echo " "
i=`expr $i + 1`
done
No comments