Logical test of Linux basic commands two

Source: Internet
Author: User

1. First introduce a test method that is the same as testing [expression] (Always note that there are spaces before and after expression, there will be an error if there are no spaces)

This test method is often used as an if condition.

/home/www This file name exists,/home/kkk This file name does not exist.

2. String Logic Test

[-Z "string1"] string string1 is empty, NULL returns True

[-N "string1"] string string1 is empty, returns true for non-null

3. Digital Logic Test

["Num1"-eq "num2"] num1 is equal to num2, yes true

["Num1"-lt "num2"] num1 is less than num2, yes true

["Num1"-GT "num2"] num1 is greater than num2, yes true

["Num1"-ne "num2"] num1 is not equal to num2, yes true

["Num1"-le "num2"] num1 is less than or equal to num2, yes true

["Num1"-ge "num2"] num1 is greater than or equal to num2, yes true

True in Linux is 0

Logical test of Linux basic commands two

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.