I have been using the directions for creatings loops in GRASS, but have not been able to get a correct script. Below is what i am inputing and what I am recieving out Mapset <PERMANENT> in Location <globe_final> GRASS 6.3.cvs > for raster in `g.mlist rast pattern="ts_*"` ; do r.info -r $raster done
csh: for: Command not found.
csh: do: Command not found.

I have also tried using the ls function to create a loop and recieved the output

Mapset <PERMANENT> in Location <globe_final> GRASS 6.3.cvs > for raster in `ls /Volumes/ar4/gis/globe_final/PERMANENT/hist/ts_*` ; do r.info $raster done
csh: for: Command not found.
csh: do: Command not found.
Any advice for what I can do to fix this problem.
Aaron

_______________________________________________
grassuser mailing list
[email protected]
http://grass.itc.it/mailman/listinfo/grassuser

Reply via email to