NAME
ltsvl.pl - Line filter of LTSV text
SYNOPSIS
$ cat /path/to/yourtext.ltsv | ltsvl.pl [Options]
Options:
--key|-k keys to output
--no-color|C don't colorize output
--no-key|K output only values and don't colorize output
--help|-h brief help message
--man full documentaion
OPTIONS
- --key|-k
-
Keys which you want to output.
- --no-color|-C
-
Don't colorize output.
- --no-key|-K
-
Don't output labels, but only values. If you specify this option, you won't get colorized output (like --no-color).
- --man
-
Prints the manual page and exit
DESCRIPTION
Labeled Tab-separated Values (LTSV) format is a variant of Tab-separated Values (TSV). (cf: http://ltsv.org/) This script simply filters text whose format is LTSV by specified keys.
AUTHORS
YASUTAKE Kiyoshi <yasutake.kiyoshi@gmail.com>
LICENSE
Copyright (C) 2013 YASUTAKE Kiyoshi.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. That means either (a) the GNU General Public License or (b) the Artistic License.