[GRASSLIST:2506] Re: wildcards

Hamish hamish_nospam at yahoo.com
Sat Feb 7 08:44:31 EST 2004


> > > I have a large number of raster files to remove from a mapset.
> > > Are wildcards available to expedite this process?
...
> What about
> g.mremove rast='pattern*'


see also 'g.mlist'

It does nice things like let you use regular expressions for the search 
pattern.


e.g.
  r.series input="`g.mlist pattern='insitu_data.*' sep=,`"


Use the 5.3/5.7 CVS version.


Hamish




More information about the grass-user mailing list