DOKK / manpages / debian 11 / ncbi-entrez-direct / epost.1.en
EPOST(1) NCBI Entrez Direct User's Manual EPOST(1)

epost - upload a batch of NCBI Entrez record identifiers

epost (edirect -post) [-help] [-db name] [-id ID(s)] [-format fmt] [-input filename]

epost uploads a batch of record identifiers (textual accessions or numeric UIDs) to Entrez history servers for processing by other edirect commands. By default, it reads these identifiers from standard input.

It has two implementations: a shell implementation on top of nquire(1) and a traditional Perl implementation that amounts to running edirect -post, enabled by setting the environment variable USE_NEW_EDIRECT to a false value as described in the ENVIRONMENT section.

Print usage information.
Indicate that the identifiers are from the specified database.
Specify identifiers directly.
uid or acc(ession).
Read from filename instead of standard input (which is then free to receive pipeline state from other edirect commands).

Whether to use the current shell implementation or revert to the historical Perl implementation. Canonical true values are 1, on (case-insensitive), true (case-insensitive), and yes (case-insensitive); canonical false values are 0, off (case-insensitive), false (case-insensitive), and no (case-insensitive).

edirect(1), elink(1), nquire(1).

2021-01-20 NCBI