Rich Shepard <[email protected]> schrieb am Mi., 2. Okt. 2019, 00:55:

> Following the example on the r.patch manual page for aggregating multiple
> raster maps into one large one I wrote this script:
>
> #!/usr/bin/bash
>
> # get the list of DEM raster files
> MAPS = `g.list type=raster sep=newline pat="45123*"`
>

The must be no white space after the =
in the variable assignment.

Markus
_______________________________________________
grass-user mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to