=head1 NAME B - select table rows, based on attribute criteria, and display specific attributes. =head1 SYNOPSIS B [B<-H> | B<--with-fieldname>] I B [B<-?> | B<-h> | B<--help>] =head1 DESCRIPTION The B command uses the specified key values to select a row in each of the tables requested. For each selected row, the specified attributes are displayed. The B command can be used instead of B for tables that are not keyed by nodename (e.g. the B table), or to select rows based on an attribute value other than nodename. =head1 OPTIONS =over 10 =item B<-H|--with-fieldname> Always display table.attribute name next to result. By default, this is done only if more than one table.attribute is requested. =item B<-?|-h|--help> Display usage message. =back =head1 RETURN VALUE =over 3 =item 0 The command completed successfully. =item 1 An error has occurred. =back =head1 EXAMPLES =over 2 =item * To display setting for B (management node) in the site table: B I The output would be similar to: site.value: mgmtnode.cluster.com =item * To display the first node or group name that has B set to B in the nodehm table: B I The output would be similar to: blades =back =head1 FILES /opt/xcat/bin/gettab =head1 SEE ALSO L, L, L