> On Jan 20, 2015, at 12:04 PM, Vaclav Petras <wenzesl...@gmail.com> wrote:
> 
> Correct:
> 
> g.remove ... pattern="landsat_*"
> 
> Incorrect:
> 
> g.remove ... pattern=landsat_*
> 
> The later will transform the command line to:
> 
> g.remove ... pattern=landsat_01 landsat_02 landsat_03 landsat_04 ...

So I just checked, and indeed I hadn’t used the quotes when it didn’t work, so 
thank you very much for the pointer!

Since that is indeed the case, it would be super nice to add a pattern flag to 
r.patch and v.patch.


Best,

Jeshua Lacock
Founder/Engineer
3DTOPO Incorporated
<http://3DTOPO.com>
Phone: 208.462.4171

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

Reply via email to