logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

g.dirseps - Internal GRASS utility for converting directory separator characters.

Author

       Paul Kelly

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.

Keywords

       general, map management, scripts

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.

Source Code

       Available at: g.dirseps source code (history)

       Accessed: Friday Apr 04 01:18:53 2025

       Main index | General index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                    g.dirseps(1grass)

Synopsis

g.dirsepsg.dirseps--helpg.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)

See Also