Managing User Environment Variables
73
BASH_ALIASES=()
BASH_ARGC=([0] = "0")
BASH_ARGV=()
--
snip
--
Now the list of variables will fill up one screen, line by line, and then stop.
When you press
enter
, the terminal advances to the next line, taking you
to the next variable, so you can scroll through by pressing or holding
enter
.
As you might recall from Chapter 2, whenever you use the
more
command
for output, you can enter
q
to quit (or exit) and return to the command
prompt.