[GRASS-SVN] r37292 - grass/branches/develbranch_6/gui/tcltk/gis.m

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 19 15:16:34 EDT 2009


Author: hamish
Date: 2009-05-19 15:16:34 -0400 (Tue, 19 May 2009)
New Revision: 37292

Modified:
   grass/branches/develbranch_6/gui/tcltk/gis.m/description.html
Log:
document quoting reqs

Modified: grass/branches/develbranch_6/gui/tcltk/gis.m/description.html
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/gis.m/description.html	2009-05-19 18:47:45 UTC (rev 37291)
+++ grass/branches/develbranch_6/gui/tcltk/gis.m/description.html	2009-05-19 19:16:34 UTC (rev 37292)
@@ -71,10 +71,20 @@
 <br><br>
 
 A separate console window shows all commands issued and all command
-output (upper window). GRASS commands (and any other unix/linux
-commands) can be run from the console (lower window).<br>
+output (upper window). GRASS commands (and any other UNIX/Linux/DOS
+commands) can be entered into and run from the console (lower window).
+If any of the arguments contain a space then the entire option must
+be quoted in Tcl/Tk style, e.g.:
+<div class="code"><pre>
+ v.db.select roads "where=label ~ 'highway'"
+  or
+ v.db.select roads {where=label ~ 'highway'}
+  or
+ v.db.select roads where=label\ ~\ 'highway'
+</pre></div>
 
 <br>
+<br>
 <center>
 <img src="gm_gronsole.png" alt="Output and command console window" height="231" width="480">
 </center>



More information about the grass-commit mailing list