• Breaking News

    we will continue soon thanks
    ...

    Linux basics 4

    PATTERN IN LINUX

    INTRODUCTION

    Linux is a free working structure. The working structure taking the case of Microsoft paid working
    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

    OUTPUT


    CONCLUSION

    I conclude the topic. For further information about this topic comment below, please subscribe our blog through email by which you can get an email when I post a new post in this blog.follow us on Instagram twitter, facebook page. visit our pages in this blog for knowing me and my blog thank you 

    No comments