pextract.icn: Program to separate good and bad patterns

September 1, 1993; Ralph E. Griswold
This file is in the public domain.
This program takes the name of a file containing tile specifications
on the command line.   Tiles to be extracted are entered from standard
input.  Extracted tiles are written to standard output.

Options:

     -b              replace selected tiles by blank tiles
     -d              delete selected tiles from specification file
     -c              copy selected tiles, do not blank or delete
                       them.  This is the default; -c overrides
                       -b and -d.

Source code | Program Library Page | Icon Home Page