Shell Programming/Control statements

Category:Book:Shell Programming#Control%20statements%20

The test command can be shortened to '[' and when this is done in control statements it is customary to end it with an accompanying ']' like '[ ]'.

Category:Book:Shell Programming