1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 20:15:31 +02:00

esearch: add examples (#8997)

This commit is contained in:
koolape 2022-10-14 18:34:01 +08:00 committed by GitHub
parent 4a4b73b59b
commit 53209c04be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,14 @@
`esearch -db pubmed -query "{{selective serotonin reuptake inhibitor}}"`
- Search the protein database using a query and regexp:
`esearch -db {{protein}} -query {{'Escherichia*'}}`
- Search the nucleotide database for sequences whose metadata contain insulin and rodents:
`esearch -db nuccore -query "{{insulin [PROT] AND rodents [ORGN]}}"`
- Display [h]elp:
`esearch -h`