On Thu, 14 Dec 2017, Micha Silver wrote:
> I do:
> for r in `g.list rast pattern=test4blk_h_* mapset=other_mapset`; do
> g.copy rast=${r}@other_mapset,${r};
> done
Micha,
Sigh. I keep forgetting that a simple bash script will do the job.
Thanks,
Rich