Parentheses in shell programming

Source: Internet
Author: User
Parentheses are used to run a group of commands,

The command enclosed by () indicates to run in the sub-shell without affecting the current shell environment.
The command enclosed by {} indicates that the command is run in the current shell, and the running result will affect the current shell environment.

If the command in braces is to be typed in the same line, there must be a space after the left brace and a semicolon after the last command
{Date; LS; Cd ~;}

Parentheses are not required.
(Date; LS; Cd ~)

[] Indicates the test command. There must be a space behind the brackets on the left and a space before the brackets on the right.
["$1" = 10]

$ (I + 1) is an arithmetic extension in shell programming.

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.