[GRASSLIST:4911] Separating one file into 2 files?

Hi.

I have a vector file which has line attributes (iso level lines) and
point attributes (elevation points). I would like to separate them into
two diffrent lines. Is it possible?

Thanks

On Friday 08 November 2002 07:50 pm, Antonio wrote:

Hi.

I have a vector file which has line attributes (iso level lines) and
point attributes (elevation points). I would like to separate them into
two diffrent lines. Is it possible?

Thanks

v.extract type=line input=name output=name new=0 list=1-1000000000
v.extract type=site input=name output=name new=0 list=1-1000000000

Radim