table of contents
BETWEEN-TWO-GENES(1) | NCBI Entrez Direct User's Manual | BETWEEN-TWO-GENES(1) |
NAME¶
between-two-genes - select a range of tab-delimited lines
SYNOPSIS¶
between-two-genes key1 key2
DESCRIPTION¶
between-two-genes reads a tab-delimited file (as produced by xtract(1), perhaps) on standard input and writes to standard output a consecutive subset of its lines, from the (first) line whose first field is key1 up to (but not including) the next line whose first field is key2. Both keys are expected to be alphanumeric (gene symbols or the like); using other characters can yield undefined behavior.
SEE ALSO¶
2017-01-24 | NCBI |