1g.dirseps(1)                  Grass User's Manual                 g.dirseps(1)
2
3
4

NAME

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

KEYWORDS

13       general
14

SYNOPSIS

16       g.dirseps
17       g.dirseps help
18       g.dirseps [-hg]  [path=string]   [--verbose]  [--quiet]
19
20   Flags:
21       -h
22           Convert directory separators to native host format
23
24       -g
25           Convert directory separators to GRASS internal format
26
27       --verbose
28           Verbose module output
29
30       --quiet
31           Quiet module output
32
33   Parameters:
34       path=string
35           Path to be converted (read from stdin if not specified)
36

DESCRIPTION

38       g.dirseps is an internal tool only. It copies input string  to  stdout,
39       changing  directory  separator characters as specified by flags.  It is
40       used for interoperability between Unix and MS-Windows pathnames.
41

AUTHOR

43       Paul Kelly
44
45       Last changed: $Date: 2007-02-11 21:44:33 +0100 (Sun, 11 Feb 2007) $
46
47       Full index
48
49       © 2003-2008 GRASS Development Team
50
51
52
53GRASS 6.3.0                                                       g.dirseps(1)
Impressum