On Wed, May 20, 2009 at 9:58 PM, saewan koh <[email protected]> wrote: > Hi Markus, > > On 20-May-09, at 1:48 PM, Markus Neteler wrote: > > Hi Saewan, > > On Wed, May 20, 2009 at 8:51 PM, saewan koh <[email protected]> wrote: > ... > > The last weird thing i just discovered is that when i use g.mlist on its own > > - it will not run if i use quotations as in g.mlist rast pat="SmrDDT0Tot*" > > What happens exactly? > > When i run > g.mlist pattern="*1986*dd5s" > I get the following output. > g.mlist pattern="*1986*dd5s" > > (Wed May 20 13:49:57 2009) Command finished (0 sec) > > > If i run g.mlist pattern=*1986*dd5s > I get the following output. > 1986_4_12_4_18_dd5s > 1986_4_19_4_25_dd5s > 1986_4_26_5_2_dd5s > 1986_4_5_4_11_dd5s > etc.
Bingo I got it thanks to Martin's comment: you use (did you mention?) the wxGUI command line which is currently "eating" the quotes. A known bug which requires some work to be fixed. Solution for today: launch the commands in the real terminal. Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
