/usr/share/doc/grass-doc/html/v.convert.all.html is in grass-doc 6.4.3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS manual: v.convert.all</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">
<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
<h2>NAME</h2>
<em><b>v.convert.all</b></em> - Converts all older versions of GRASS vector maps in current mapset to current format.
<h2>KEYWORDS</h2>
vector, import
<h2>SYNOPSIS</h2>
<b>v.convert.all</b><br>
<b>v.convert.all help</b><br>
<b>v.convert.all</b> [-<b>r</b>] [--<b>verbose</b>] [--<b>quiet</b>]
<h3>Flags:</h3>
<DL>
<DT><b>-r</b></DT>
<DD>run non-interactively</DD>
<DT><b>--verbose</b></DT>
<DD>Verbose module output</DD>
<DT><b>--quiet</b></DT>
<DD>Quiet module output</DD>
</DL>
<h2>DESCRIPTION</h2>
<em>v.convert.all</em> converts all GRASS 5.0/5.3/5.4 vectors in the current
mapset into GRASS 6.0 vectors.
<h2>NOTES</h2>
Vector maps from 5.0/5.3/5.4 and 6.0 do not interfere. They are stored in different
directories, so you can use the same names. Old vector maps can be listed with
<em>g.list oldvect</em>.
<p>
If you need to convert back from 6.0 into the 5.0/5.3/5.4 vector format,
use <em>v.out.ogr</em> (to SHAPE format) and then <em>v.in.shape</em>
in the old GRASS program.
Alternatively use "<em>v.out.ascii -o</em>" and <em>v.in.ascii</em>.
<p>
As this GRASS version uses SQL for attribute management, there are
some <a href=sql.html>SQL restrictings concerning the file names</a>.
This script changes dots (e.g. "foo.bar") in old vector map names into
underline(s) (e.g. "foo_bar").
<h2>EXAMPLE</h2>
To convert all old vector maps in the current mapset to the new vector format:
<br>
<div class="code"><pre>
v.convert.all -r
</pre></div>
<h2>SEE ALSO</h2>
<em>
<a href="g.list.html">g.list</a>,
<a href="v.convert.html">v.convert</a>,
<a href="v.out.ascii.html">v.out.ascii</a>,
<a href="v.out.ogr.html">v.out.ogr</a>
</em>
<h2>AUTHOR</h2>
Markus Neteler, ITC-Irst, Trento, Italy
<p>
<i>Last changed: $Date: 2011-09-04 06:23:30 -0700 (Sun, 04 Sep 2011) $</i>
<HR>
<P><a href="index.html">Main index</a> - <a href="vector.html">vector index</a> - <a href="full_index.html">Full index</a></P>
<P>© 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
</body>
</html>
|