1g.findetc(1) GRASS GIS User's Manual g.findetc(1)
2
3
4
6 g.findetc - Searches for GRASS support files.
7
9 general, map management, scripts
10
12 g.findetc
13 g.findetc --help
14 g.findetc file=string [--help] [--verbose] [--quiet] [--ui]
15
16 Flags:
17 --help
18 Print usage summary
19
20 --verbose
21 Verbose module output
22
23 --quiet
24 Quiet module output
25
26 --ui
27 Force launching GUI dialog
28
29 Parameters:
30 file=string [required]
31 Name of an file or directory
32
34 g.findetc is designed for Bourne shell scripts that need to search for
35 support data, programs and subfoldrs in any number of directories as
36 specified in GRASS_ADDON_ETC, plus the GRASS application etc/ direc‐
37 tory. This is designed for addon scripts that are installed outside the
38 GRASS application directory, such as a user’s home or a system addon
39 directory.
40
42 g.findetc writes the full path to the file or directory to standard
43 output
44
46 g.filename, g.findfile, g.gisenv, g.mapsets
47
49 William Kyngesburye
50
52 Available at: g.findetc source code (history)
53
54 Accessed: Mon Jun 20 16:45:50 2022
55
56 Main index | General index | Topics index | Keywords index | Graphical
57 index | Full index
58
59 © 2003-2022 GRASS Development Team, GRASS GIS 8.2.0 Reference Manual
60
61
62
63GRASS 8.2.0 g.findetc(1)