[GRASS-user] v.db.select: return a list of column names

   The examples on the v.db.select manual page (grass6.5) tell me I can
select the entire table, specific columns, or the feature's region extent.
Is there way, other than piping the command output through a pager like
less, to see only the column headings?

Rich

On 03/05/2011 10:51 PM, Rich Shepard wrote:

  The examples on the v.db.select manual page (grass6.5) tell me I can
select the entire table, specific columns, or the feature's region extent.
Is there way, other than piping the command output through a pager like
less, to see only the column headings?

v.info -c

Rich
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

This mail was received via Mail-SeCure System.

--
Micha Silver
Arava Development Co. +972-52-3665918
http://surfaces.co.il

On Sat, 5 Mar 2011, Micha Silver wrote:

v.info -c

   Thank you.

Rich