Changes between Version 67 and Version 68 of Grass7/NewFeatures72
- Timestamp:
- 10/11/18 19:28:29 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures72
v67 v68 93 93 The new '''exec''' interface of the startup script allows to execute GRASS commands or entire scripts in a non-interactive session. See the examples at the [https://grass.osgeo.org/grass72/manuals/grass7.html#batch-jobs-with-the-exec-interface GRASS startup program] manual page. 94 94 95 {{{ 96 grass /path/to/db/location/mapset --exec script.py 97 }}} 98 95 99 == User Manuals - Documentation == 96 100