June 2003
Beginner to intermediate
944 pages
43h 1m
English
@
@ [variable[n]=
expression]Assign the value of the arithmetic expression to variable, or to the nth element of variable if the index n is specified. With no variable or expression specified, print the values of all shell variables (same as set). Expression operators as well as examples are listed under Section 8.5 earlier in this chapter. Two special forms are also valid:
Increment variable by 1.
Decrement variable by 1.
Read now
Unlock full access