Files
tldr/pages.zh/linux/einfo.md

20 lines
506 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# einfo
> 提供每个数据库字段中索引的记录数量、数据库的最后更新日期以及数据库到其他Entrez数据库的可用链接。
> 更多信息:<https://www.ncbi.nlm.nih.gov/books/NBK179288/>。
- 打印所有数据库名称:
`einfo -dbs`
- 以XML格式打印蛋白质数据库的所有信息
`einfo -db {{protein}}`
- 打印nuccore数据库的所有字段
`einfo -db {{nuccore}} -fields`
- 打印蛋白质数据库的所有链接:
`einfo -db {{protein}} -links`