logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cpif - selectively update files

Author

       Norman Ramsey, Tufts University.  Internet address Norman.Ramsey@tufts.edu.
       Noweb home page at http://www.cs.tufts.edu/~nr/noweb.

                                                local 10/40/2008                                         CPIF(1)

Description

cpif is an auxiliary tool for use with notangle(1) and make(1).  cpif compares its standard input to each
       of  the named files, overwriting the file if the comparison succeeds or if the named file does not exist.
       If neither -eq or -ne is specified, the default is -ne.  Typical usage is in the following default  rule,
       suitable for use in a Makefile.
        .nw.h: ; notangle -Rheader $*.nw | cpif $*.h

Name

       cpif - selectively update files

See Also

notangle(1)

Synopsis

cpif [-eq|-ne] file ...

Version

       This man page is from noweb version 2.12.

See Also