Date: 09/29/93



        echo $PATH
this shows the current value of path.

If you want to change the PATH variable anyway use:
        PATH=<new_path>
or
        PATH=$PATH:<extra_path>
for example if you wanna add /usr/X386/bin to your path
        PATH=$PATH:/user/X386/bin
_______________________________________________________________________________