On Fri, Sep 28, 2012 at 11:31 AM, Alexander Muriy <[email protected]> wrote: >> I'd like that v.out.ascii export all columns in a simple way. This could >> be fixed using '''*''' in columns option or adding a flag to export all >> columns. > > If in Linux, the simplest way is: > > v.out.ascii in=test col=$(v.db.select test | head -n1 | tr '|' ',') > > without any code modification.
yes, but we would need a portable solution... Markus _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
