[GRASS-user] vector line from points

Hi,
I have a point vector layer. I'd like to connect the point with cat=1 and the point with cat=2 with a line and keep the line as a separate vector layer. How can this be done with GRASS?
Thanks in advance,
Maciek

----------------------------------------------------------------------
Oficjalne konto pocztowe europejskich internautow!

http://link.interia.pl/f19e8

turek2@poczta.fm wrote:

I have a point vector layer. I'd like to connect the point with cat=1
and the point with cat=2 with a line and keep the line as a separate
vector layer. How can this be done with GRASS? Thanks in advance,

v.in.ascii format=standard

L 2
x1 y2
x2 y2

see the v.in.ascii help page for details.

v.distance might also be an option.

Hamish