blob: 82943a1e65df14418a07b310e961cdfb70f5f534 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
_ ____ _ _
(_) ___| ___| | ___ ___| |_
/ /\___ \ / _ \ |/ _ \/ __| __|
/ / ___) | __/ | __/ (__| |_
(_( |____/ \___|_|\___|\___|\__|
iSelect -- Interactive Selection Tool
iSelect is an interactive line selection tool for ASCII files, operating
via a full-screen Curses-based terminal session. It can be used either as
an user interface frontend controlled by a Bourne-Shell/Perl/Tcl backend
as its control script or in batch mode as a pipeline filter (usually
between grep and the final executing command).
WWW: http://www.engelschall.com/sw/iselect/
|