shell scripts in GRASS4.1

Anantha Prasad prasad at landcover.inhs.uiuc.edu
Wed Jul 14 12:28:38 EDT 1993


To include directory where the program resides in your path, do
 
set path=($path whatever/whatever) - C shell
PATH=$PATH:whatever/whatever
export PATH        - Bourne Shell

You may need to use the rehash command if youre using C-shell since the 
C shell uses the hash table to find commands instead of searching your
path directly. Hope this helps. Prasad





More information about the grass-user mailing list