Return-Path |
<jidanni@jidanni.org>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
To |
grass-bugs@intevation.de
|
Subject |
g.list, g.remove: can't see ascii vector files
|
From |
Dan Jacobson <jidanni@jidanni.org>
|
Date |
Fri, 03 Dec 2004 10:11:19 +0800
|
Message-ID |
<871xe8uo54.fsf@jidanni.org>
|
MIME-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
g.list, g.remove etc. give the user no way to manipulate ascii vector
files. E.g., the only way to remove dig_ascii/clean.test is by UNIX
rm(1).
At least their SEE ALSO should say how.
|
|
... fixed a couple of weeks ago in CVS:
GRASS 5.7.cvs:~ > g.list help 2>&1 | grep ascii
options: rast,rast3d,oldvect,vect,asciivect,icon,labels,sites,
asciivect (ascii vector files)
GRASS 5.7.cvs:~ > g.remove help 2>&1 | grep ascii
[asciivect=name[,name,...]] [icon=name[,name,...]]
asciivect asciivect file(s) to be removed
GRASS 5.7.cvs:~ > g.copy help 2>&1 | grep ascii
[vect=from,to] [asciivect=from,to] [icon=from,to] [labels=from,to]
asciivect asciivect file(s) to be copied
[etc]
Markus |
|