On Sat, 2008-10-11 at 00:55 -0700, Alex Mandel wrote: > Milton Cezar Ribeiro wrote: > > Dear R-gurus, [...] > > 2. How can I bypass the problem of white space for > > city names? [...] > 2. Hmm, you probably need to find a way to encapsulate each line in > quotes for the loop reads each string or put a delimiter in that you can > parse. maybe try vs="," to add a character. > > http://grass.itc.it/grass63/manuals/html63_user/v.db.select.html
Dear Milton, you work under linux, right? Does it work if you use "tr"? For example: echo "ano rizoma" | tr ' ' '_' Regards, Nikos _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
