What's up with the PATH
variable, anyway?
$path
and $PATH
Nice! The PATH
environment variable is a list of directories that programs can be run from without specifying the directory.
Close! The PATH
environment variable is a list of directories that programs can be run from without specifying the directory.