<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> schrieb am Mi., 2. Okt. 2019, 00:55:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Following the example on the r.patch manual page for aggregating multiple<br>
raster maps into one large one I wrote this script:<br>
<br>
#!/usr/bin/bash<br>
<br>
# get the list of DEM raster files<br>
MAPS = `g.list type=raster sep=newline pat="45123*"`<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">The must be no white space after the =</div><div dir="auto">in the variable assignment.</div><div dir="auto"><br></div><div dir="auto">Markus</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"></div></div></div>