############################################################################ # # File: ifilter.icn # # Subject: Program to filter lines of file # # Author: Ralph E. Griswold # # Date: January 21, 1999 # ############################################################################ # # This file is in the public domain. # ############################################################################ # # This program applies the operation given as a command-line argument # to each line of standard input, writing out the results. For example, # # ifilter reverse