1g.dirseps(1) Grass User's Manual g.dirseps(1)
2
3
4
6 g.dirseps - Internal GRASS utility for converting directory separator
7 characters.
8 Converts any directory separator characters in the input string to or
9 from native host format, and writes the changed path to standard out‐
10 put. Useful in scripts for Windows compatibility.
11
13 general, map management, scripts
14
16 g.dirseps
17 g.dirseps --help
18 g.dirseps [-hg] [path=string] [--help] [--verbose] [--quiet]
19 [--ui]
20
21 Flags:
22 -h
23 Convert directory separators to native host format
24
25 -g
26 Convert directory separators to GRASS internal format
27
28 --help
29 Print usage summary
30
31 --verbose
32 Verbose module output
33
34 --quiet
35 Quiet module output
36
37 --ui
38 Force launching GUI dialog
39
40 Parameters:
41 path=string
42 Path to be converted (read from stdin if not specified)
43
45 g.dirseps is an internal tool only. It copies input string to stdout,
46 changing directory separator characters as specified by flags. It is
47 used for interoperability between Unix and MS-Windows pathnames.
48
50 Paul Kelly
51
53 Available at: g.dirseps source code (history)
54
55 Main index | General index | Topics index | Keywords index | Graphical
56 index | Full index
57
58 © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
59
60
61
62GRASS 7.8.2 g.dirseps(1)