table of contents
other versions
- buster 7.6.0-1
- testing 7.8.5-1
- unstable 7.8.5-1
- experimental 7.8.6~rc2-1~exp1
g.dirseps(1grass) | Grass User's Manual | g.dirseps(1grass) |
NAME¶
g.dirseps - Internal GRASS utility for converting directory separator characters.Converts any directory separator characters in the input string to or from native host format, and writes the changed path to standard output. Useful in scripts for Windows compatibility.
KEYWORDS¶
general, map management, scriptsSYNOPSIS¶
g.dirsepsg.dirseps --help
g.dirseps [-hg] [path=string] [--help] [--verbose] [--quiet] [--ui]
Flags:¶
- -h
-
Convert directory separators to native host format - -g
-
Convert directory separators to GRASS internal format - --help
-
Print usage summary - --verbose
-
Verbose module output - --quiet
-
Quiet module output - --ui
-
Force launching GUI dialog
Parameters:¶
- path=string
-
Path to be converted (read from stdin if not specified)
DESCRIPTION¶
g.dirseps is an internal tool only. It copies input string to stdout, changing directory separator characters as specified by flags. It is used for interoperability between Unix and MS-Windows pathnames.AUTHOR¶
Paul KellyLast changed: $Date: 2011-09-29 21:18:47 +0200 (Thu, 29 Sep 2011) $
SOURCE CODE¶
Available at: g.dirseps source code (history)Main index | General index | Topics index | Keywords index | Graphical index | Full index
© 2003-2019 GRASS Development Team, GRASS GIS 7.6.0 Reference Manual
GRASS 7.6.0 |