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:
parent
4a4b73b59b
commit
53209c04be
1 changed files with 8 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue