First page Back Continue Last page Overview

 

Configuring Commands: Environment Variables

 
  • Shell variables exist only in current shell instance

  • Environment variables passed to subshells

  • Shell variables can be exported into environment

    • $ EDITOR=/usr/bin/vim; export EDITOR