1GSPATH(1) GNUstep System Manual GSPATH(1)
2
3
4
6 gspath - Utility to display standard directory/path information
7
9 gspath
10
12 This utility can be used to print out a single directory or path in
13 order for external applications to know what paths the GNUstep system
14 is using. It was written to provide information for the GNUstep make
15 package.
16
17 The gspath usility is called with exactly one argument, which deter‐
18 mines what it prints.
19
21 To display the path to the defaults directory for the current user, use
22 the defaults argument.
23
24 To display the directory search path needed to locate dynamic
25 libraries, use the libpath argument.
26
27 To display the directory search path needed to locate commmand-line
28 programs, use the path argument.
29
30 To display the GNUstep home directory of the current user, use the user
31 argument.
32
34 Work on gspath started July 2005.
35
36 This manual page first appeared in gnustep-base 1.11.1 (July 2005).
37
39 gspath was written by Richard Frith-Macdonald <rfm@gnu.org>.
40
41 This man page was written by Richard Frith-Macdonald <rfm@gnu.org>.
42
43
44
45GNUstep July 2005 GSPATH(1)