January 2001
Intermediate to advanced
480 pages
7h 22m
English
Like in other high-level progamming languages, variables are used by the Korn shell to store values. Variable names can begin with an alphabetic or underscore character, followed by one or more alphanumeric or underscore characters. Other variable names that contain only digits or special characters are reserved for special variables (called parameters) set directly by the Korn shell. Data types (called attributes) and one-dimensional arrays are also supported by the Korn shell.
| variable= | declare variable and set it to null |
| typeset variable= | declare variable and set it to null. If used within a function, then a local variable is declared. |
| variable=value | assign value to variable |
| typeset variable=value ... |
Read now
Unlock full access