add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/linux/einfo.md Normal file
View File

@@ -0,0 +1,20 @@
# 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`