.TH EINFO 1 2021-01-20 NCBI "NCBI Entrez Direct User's Manual" .SH NAME einfo \- look up general NCBI Entrez database information .SH SYNOPSIS \fBeinfo\fP (\fBedirect\ \-info\fP) [\|\fB\-help\fP\|] [\|\fB\-dbs\fP\|] [\|\fB\-db\fP\ \fIname\fP\|] [\|\fB\-fields\fP\|] [\|\fB\-links\fP\|] .SH DESCRIPTION \fBeinfo\fP looks up general information about either an individual NCBI Entrez database with which other \fBedirect\fP(1) commands can work or the set of available databases as a whole. It has two implementations: a shell implementation on top of \fBnquire\fP(1) and a traditional Perl implementation that amounts to running \fBedirect \-info\fP, enabled by setting the environment variable \fBUSE_NEW_EDIRECT\fP to a false value as described in the \fBENVIRONMENT\fP section. \fBeinfo\fP is also the name of an tool for accessing contents of local EPUB files. To resolve this ambiguity, Debian systems with both EPUB utilities and Entrez Direct installed arrange for the EPUB\-related executable to have the name \fBeinfo.epub\fP(1) and for \fBeinfo\fP to be a wrapper script that examines its usage and proceeds to run whichever of \fBedirect \-info\fP or \fBeinfo.epub\fP(1) looks like a better fit. .SH OPTIONS .SS Database Selection .TP \fB\-dbs\fP Print a plain\-text list of all available Entrez databases. .TP \fB\-db\fP\ \fIname\fP Print information on the specified Entrez database (or \fBall\fP), as an XML \fBeInfoResult\fP document. .SS Data Summaries .TP \fB\-fields\fP Print just an XML\-structured summary of fields in the specified database. .TP \fB\-links\fP Print just an XML\-structured summary of links to and from the specified database. .SS Miscellaneous .TP \fB\-help\fP Print usage information, complete with samples of \fB\-fields\fP and \fB\-links\fP XML output. .SH ENVIRONMENT .TP .B USE_NEW_EDIRECT Whether to use the current shell implementation or revert to the historical Perl implementation. Canonical true values are \fB1\fP, \fBon\fP (case\-insensitive), \fBtrue\fP (case\-insensitive), and \fByes\fP (case\-insensitive); canonical false values are \fB0\fP, \fBoff\fP (case\-insensitive), \fBfalse\fP (case\-insensitive), and \fBno\fP (case\-insensitive). .SH SEE ALSO .BR edirect (1), .BR einfo.epub (1), .BR elink (1), .BR nquire (1).