|
A variable is a label that has a value
- Used to configure the shell or other programs
- Variables are resident in memory
- Two types: local and environment
- Local variables are used only by the shell
- Environment variables are passed onto other commands
Display variables and values using
- set to display all variables
- env to display environment variables
|