Test the value with the test command in a shell script

Source: Internet
Author: User

Test 101-le 99

101 is less than or equal to 99

Similar special symbols are also available.

-eq "Judgment is equal"

-ge "judgment is greater than or equal to"

-lt "judgment is less than"

-ne "judgment is not equal to"

You can use the command "[]" instead of the test command as a logical expression

#! /bin/bashecho if 101 smaller than 100if test 101-le 100then        echo trueelse        echo Falsefiecho if 101 bigger than 100 If [101-gt]then        echo trueelse        echo Falsefi

  

1 [[email protected] desktop]#./count. SH 2 if 101  - 3 false 4 if 101  - 5 true

Test the value with the test command in a shell script

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.