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

wdread - read value from defaults database

Author

       Window  Maker  was  written  by  Alfredo  K. Kojima <kojima@windowmaker.info>, wdread is a part of Window
       Maker, was  cowardly remade from wdwrite.c; by judas@hell on Jan 26 2001

       This manpage was written by Rodolfo García Peñas (kix) for the Debian GNU/Linux system (but may  be  used
       by others).

                                                   April 2015                                          wdread(1)

Description

wdread gets the value associated with the key key from the domain domain and prints it on stdout.

Exit Status

       The program wdread will exit with the following code:

       0      when the key was successfully found and its content printed.

       1      if the program was not invoked properly (unknown option or incorrect argument count).

       1      if the domain's file could not be read (probably nonexistent domain).

       2      if the key was not found in the domain.

Name

wdread - read value from defaults database

Options

--help print a help message with the list of options

       --version
              print the version of Window Maker from which the program comes

See Also

wdwrite(1), wmaker(1)

Synopsis

wdread [options] domainkey

See Also