Shell Programming-operators

Source: Internet
Author: User

1.declare command

Declare declaring variable type: Declare [+/-][option] Variable name

-: Set type attribute to variable

+: Cancels the Type property of a variable

-A: Declaring a variable as an array

-I: Integer

-X: Environment variables

-R: Read-only variable

-P: Displays the declared type of the specified variable

Definition array: movie[0]=zp,movie[1]=tp,declare-d movie[2]=live

View array: ${movie},${movie[2]},${movie[*]}

2. Numerical Operation method

Expr or let numeric arithmetic tool

dd=$ (expr $aa + $bb): Note that there must be spaces between the "+" sign and the left side

dd=$ (($aa + $bb))

dd=$[$aa + $BB]

3. Testing of variables

Shell Programming-operators

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.