[GRASS-dev] [GRASS GIS] #1744: v.out.ascii: export all columns
Alexander Muriy
amuriy at gmail.com
Fri Sep 28 02:31:53 PDT 2012
>
> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20120928/410089d9/attachment.html>
More information about the grass-dev
mailing list