![]() Tabular data handling toolkit |
recsel(1) - select records using a conditional expression
SYNOPSISrecsel options conditional-expressionDESCRIPTIONrecsel is a filter utility that selects certain records from a stream of records using a conditional expression . Data field names or field numbers may be used in the expression, as in the examples below. Records should be white-space delimited, tabular ascii format. Records that match the conditional-expression will be written to standard output.OPTIONS-h
-H
-v
-t
-w
EXAMPLEExample: cat people | recsel -r people "@lastname like jo*"
Example: cat data | recsel "@4 in a,b,d"
|
![]() Tabular data handling toolkit Copyright Steve Grubb |