LLTSV(1) | User Commands | LLTSV(1) |
lltsv - List specified keys of LTSV (Labeled Tab Separated Values)
lltsv [--key value] [-k value] [--no-key] [-K] [--ignore-key value] [-i value] [--filter value] [-f value] [--expr value] [-e value] [--help] [-h] [--version] [-v]
lltsv is a command line tool to list specified keys of LTSV (Labeled Tab Separated Values) text with colorized output to a terminal. It supports to filter with some comparing operators (arithmetic expression or regular expression)
The output is colorized as default when you outputs to a terminal. The coloring is disabled if you pipe or redirect outputs.
Eliminate labels with "-K" option.
Specify input files as arguments.
Filter output with "-f" option. Available comparing operators are:
The comparing operators terminated by * behave in case-insensitive. You can specify multiple -f options (AND condition).
Evaluate value with "-e" option. Available operators are: + - * / (arithmetic (float64))
sonots <sonots@gmail.com>
https://github.com/sonots/lltsv
September 2020 | lltsv |