############################################################################ # # File: papply.icn # # Subject: Program to apply procedure to lines of file # # Author: Ralph E. Griswold # # Date: May 31, 1994 # ############################################################################ # # This file is in the public domain. # ############################################################################ # # This program applies the procedure given as a command-line argument # to each line of standard input, writing out the results. For example, # # papply reverse