[GRASSLIST:5720] Re: g.mlist problem
Huidae Cho
grass4u at gmail.com
Thu Feb 10 15:43:30 EST 2005
Hi,
That is a kind of bug. You should specify a mapset which contains
a00.*img maps. g.mlist does not search the mapset search path that
g.list uses, so I fixed it in CVS.
Try something like this:
g.mlist pattern='a00*.img' mapset=PERMANENT
Huidae Cho
On Thu, Feb 10, 2005 at 01:32:33PM -0500, Martin Wegmann wrote:
> hello,
>
> I want to list all raster files which start with a00, but I did not receive
> any output when using this command:
>
> g.mlist pattern='a00*.img'
>
> g.mlist pattern="a00*.img"
>
> or just "a*" does not result in any file listing.
>
> however g.list rast gives me:
>
> a00011nd.img a84102nd.img
> a00012nd.img a84103nd.img
> a00013nd.img a84111nd.img
> a00021nd.img a84112nd.img
>
> How do I use g.mlist properly? Martin
>
More information about the grass-user
mailing list