From a3c9c6128ea087b912f14dcc7fc28a5dae8ad825 Mon Sep 17 00:00:00 2001 From: koolape <59325527+koolape@users.noreply.github.com> Date: Mon, 10 Oct 2022 23:26:14 +0800 Subject: [PATCH] einfo: add page (#8876) --- pages/linux/einfo.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/einfo.md diff --git a/pages/linux/einfo.md b/pages/linux/einfo.md new file mode 100644 index 000000000..037261245 --- /dev/null +++ b/pages/linux/einfo.md @@ -0,0 +1,20 @@ +# einfo + +> Provides the number of records indexed in each field of a given database, the date of the last update of the database, and the available links from the database to other Entrez databases. +> More information: . + +- Print all database names: + +`einfo -dbs` + +- Print all information of the protein database in XML format: + +`einfo -db {{protein}}` + +- Print all fields of the nuccore database: + +`einfo -db {{nuccore}} -fields` + +- Print all links of the protein database: + +`einfo -db {{protein}} -links`