1wdread(1) General Commands Manual wdread(1)
2
3
4
6 wdread - read value from defaults database
7
9 wdread [options] domain key
10
12 wdread gets the value associated with the key key from the domain
13 domain and prints it on stdout.
14
16 --help print a help message with the list of options
17
18 --version
19 print the version of Window Maker from which the program comes
20
22 The program wdread will exit with the following code:
23
24 0 when the key was successfully found and its content printed.
25
26 1 if the program was not invoked properly (unknown option or
27 incorrect argument count).
28
29 1 if the domain's file could not be read (probably nonexistent
30 domain).
31
32 2 if the key was not found in the domain.
33
35 wdwrite(1), wmaker(1)
36
38 Window Maker was written by Alfredo K. Kojima <kojima@window‐
39 maker.info>, wdread is a part of Window Maker, was cowardly remade
40 from wdwrite.c; by judas@hell on Jan 26 2001
41
42 This manpage was written by Rodolfo García Peñas (kix) for the Debian
43 GNU/Linux system (but may be used by others).
44
45
46
47 April 2015 wdread(1)