Terms

Array Variable An array variable is a variable that groups multiple scalar variables together using a single name. Each of the individual scalar variables is accessed via an index.

Environment The environment is a set of variables that the shell passes to every program it starts.

Environment Variable An environment variable is a variable that is a member of the environment.

Exporting The process of placing a variable in the environment is called exporting.

Local Variable A local variable is a variable that is present within the current instance of the shell. It is not available to programs that are started by the shell.

Read-Only Variable A read-only variable is a variable whose value cannot be changed.

Scalar Variable A scalar variable ...

Get Sams Teach Yourself Shell Programming in 24 Hours, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.