<code>lspace-filter-grep</code>
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.

Syntax: lspace-filter-grep field pattern

The application reads a stream from the standard input and provides a filtered stream on its standard output, with all entries whose field does not match the regular expression pattern dropped from the stream.

The field to filter for is specified by index, with the application accepting any recognized by the Tcl builting command lindex.