inplace - modify files in-place via any filter

  inplace is a program which executes a filter for each of a set of
  files, and saves the output under the same name as the input file.
  It is intended to be used to perform "in-place" modifications of
  files.

REQUIREMENTS

  You need getopt_long(3) as implemented in GNU Libc.  This is not
  currently included in the standard source distribution.  Also if the
  GNU extensions to glob(3) are available then inplace will take
  advantage of them.

INSTALLATION

  See "INSTALL" for full details.  In brief, to configure and build:

    sh ./configure
    make

  To test the compiled software:

    make test

  To install, as root:

    make install

  Add --prefix=PATH to the "configure" command to install in a
  location other than /usr/local.

DOCUMENTATION

  See the man page "inplace.1" for complete usage information.  This
  should be available as "man inplace" after installation.

BUGS

  Please send any bug reports to:

    richard+inplace@sfere.greenend.org.uk

COPYRIGHT NOTICE

  inplace is (C) 2001 Richard Kettlewell <rjk@greenend.org.uk>

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  USA
