'tab', a new command-line utility for processing tabular text files seriously
https://news.ycombinator.com/item?id=8711554It's actually a statically-typed, type-inferred declarative non-Turing-complete language for querying tabular text files. (Such csv/tsv or webserver logs.)
It's designed to fill the niche between SQL and traditional UNIX utilities like cut/sort/uniq/awk.
The source and documentation is here: http://bitbucket.org/tkatchev/tab