Easy Tutorial
❮ Zookeeper Tutorial Android Tutorial Ratingbar ❯

This is a Chinese to English translation, please provide the English translation for this text. Do not provide any explanations or text apart from the translation.

Various Brackets in Shell and Their Functions: (), ((())), [], [[]], {}

Category Programming Techniques

I. Parentheses, Round Brackets ()

1. Single Parentheses ()

2. Double Parentheses (( ))


II. Square Brackets []

1. Single Square Bracket []

2. Double Square Brackets [[]]


Four, the parentheses following the symbol $


Five, Usage

-

1. Execution of Multiple Commands

For {} and (), the redirection symbols inside the parentheses only affect that command, while the redirection symbols outside the parentheses affect all the commands inside the parentheses.

>

Original text from: http://blog.csdn.net/taiyang1987912/article/details/39551385

❮ Zookeeper Tutorial Android Tutorial Ratingbar ❯