table of contents
- trixie 8.4.1-1
- testing 8.4.2-1
- unstable 8.4.2-1
- experimental 8.5.0~rc1-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, scripts
SYNOPSIS¶
g.dirseps
g.dirseps --help
g.dirseps [-hg] [path=string] [--help]
[--verbose] [--quiet] [--ui]
Flags:¶
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 Kelly
SOURCE CODE¶
Available at: g.dirseps source code (history)
Latest change: Friday Feb 07 19:16:09 2025 in commit: a82a39f673b97fafcfce1604dc3e6015cb96487a
Main index | General index | Topics index | Keywords index | Graphical index | Full index
© 2003-2026 GRASS Development Team, GRASS 8.5.0RC1 Reference Manual
| GRASS 8.5.0RC1 |