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

Syntax: lspace-filter-insert field value

The application reads a stream from the standard input and provides a filtered stream on its standard output, with a new column inserted before the field. All entries of the new column bear the specified value.

The field to insert before is specified by index, with the application accepting any recognized by the Tcl builting command linsert.