Another Look at Variables
| Bash Unix Shell Scripting: | ||
|---|---|---|
| Beyond the Basics | Internal Variables | |
Chapter 9. Another Look at Variables
- Table of Contents
- Internal Variables
- Typing variables: declare or typeset
- $RANDOM: generate random integer
- Internal Variables
Used properly, variables can add power and flexibility to scripts. This requires learning their subtleties and nuances.