2009/4/10 Luís Ferreira <lferreira7...@gmail.com>:
> Can anyone help me correcting a little loop script for mapcalc?
>
> I'm trying:
> for map in 'g.mlist pattern="L71204033_03320090313_*" sep=,'; do

you need to use backticks: ` not '

for map in `g.mlist pattern="L71204033_03320090313_*" sep=","` ; do

Markus
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to