between-two-genes - select a range of tab-delimited lines
between-two-genes key1 key2
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.
reorder-columns(1),
xtract(1).