Bash Shell Base three string test and for loop

Source: Internet
Author: User

String test:

= =: Determine string equality

! =: Judge strings are not equal

-N: Tests whether the specified string is empty

-S: Tests whether the specified string is not empty


Loop statement:

for variable in list; Do

Loop body

Done


Example:

For I in 1 2 3 4 5 6 7 8 9; Do

Addition operation

Done


Generating a list of integers

For i in {1..100}: represents 1 to 100

For i in ' SEQ 100 ': Generates one to 100 or: SEQ 2 (number of START) 2 (solid number) 10 (end number). Generates 2 4 6 8 10




This article is from the Linux learning blog, so be sure to keep this source http://884482.blog.51cto.com/874482/1697193

Bash Shell Base three string test and for loop

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.