What is the exact command line you used and the error message? Because in your first email the error was due to the wrong use of quotes. The entire g.mlist command should be inside back ticks (` `), with no need for quotes inside the g.mlist line, exactly like Nikos suggested...
On Tue, May 19, 2009 at 9:44 PM, saewan koh <[email protected]> wrote: > Hi Nikos, > > Thanks for the super fast response. > I tried what you suggested but the same error messages came up. > > If you have another suggestion please let me know, > > Thanks again, > > Saewan > On 19-May-09, at 6:12 PM, Nikos Alexandris wrote: > >> >> saewan: >>> >>> I am trying to use g.mlist to gather files to use with r.series. >> >>> r.series input="`g.mlist pat='*1987*pdds' sep=,`" output=test1987dd0 >>> method=sum >> >> Try this: >> r.series input=`g.mlist pat=*1987*pdds sep=,` output=test1987dd0 >> method=sum >> >> Nikos >> >> >> > > _______________________________________________ > grass-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-user > _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
