/**MAN





























































Sun Release 4.1         Last change: UCL                        1






APPLY(SFS1)       MISC. REFERENCE MANUAL PAGES        APPLY(SFS1)



NAME
     apply -- apply a program to a number of files

SYNOPSIS
     apply (-i) program file(s)

DESCRIPTION
     apply is a program to run an SFS  program  on  a  number  of
     files.   The  first  argument is taken to be the name of the
     program and any optional parameters, the second  and  subse-
     quent  arguments  are  taken  to  be  a  list of files to be
     operated upon.  An option  allows  the  selection  of  which
     files are to be chosen.

OPTIONS
     -I         Identify program name and version number.

     -i         Interactive mode.  Press 'y' to process,  'n'  to
                skip, 'q' to quit.

VERSION/AUTHOR
     1.0  Mark Huckvale */

SOURCE
     /users/mark/sfs/man/../util/apply.c






























Sun Release 4.1         Last change: UCL                        1



