Shell programming------Looping Statements

Source: Internet
Author: User

1. For Loop statement:Two common ways to use for: notation (1):
 for inch 1 2 3 4 5      (PS in $ (seq15 in {1). 5 })   do        echo"$val   "    Done
Notation (2):
   for ((i=0;i<; i++))            (  PS: Must Be for (())  )   {         "val=i%2"         if  0then             echo'${i} is a oddnumber'         fi   }
2. While loop statement:While common notation: notation (1):
 while read lines            # (  PS: While reads are read by line, often used for text read by rows    )do        if " $line " 5  then              Echo " 5 " Break fi do#               (PS done               < data.txt redirect  data read by rows from Data.txt)
Notation (2):
res=0  ]  do      echo"$res       "res-=1" done echo        "done"  

Shell programming------Looping Statements

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.