The _a_p_p_r_e_s program prints the resources seen by an application
(or subhierarchy of an application) with the specified _c_l_a_s_s and
_i_n_s_t_a_n_c_e names. It can be used to determine which
resources a particular program will load. For example,
% appres XTerm
To match a particular instance name, specify an instance name
explicitly after the class name, or use the normal Xt toolkit option.
For example,
% appres XTerm myxtermor
% appres XTerm -name myxterm
To list resources that match a subhierarchy of an application, specify
hierarchical class and instance names. The number of class and instance
components must be equal, and the instance name should not be
specified with a toolkit option. For example,
% appres Xman.TopLevelShell.Form xman.topBox.form
% appres XTerm.VT100 xterm.vt100 -1
X(7), xrdb(1), listres(1)