dear listers,
I would like to apply a grass script to many locations and mapsets from a bash shell ; I tryed several ways of piping the script with the grass command such as :
#!/bin/sh
./grass_script | grass /data_directory/location/mapset
exit 0
But I get an error message for each grass command used within the grass_script, even though I can see grass starting and closing fine …
any ideas ? thank you very much,
eric pante (ericpante@hotmail.com)