资 源 简 介
include-files (incf)
incf [Options] Filename
This is a command line Linux utility written in C which takes as argument the name of a template file. Any line in the template file of the form @include(path/to/file) will be replaced by the contents of the referenced file if it exists. The program exits with an error if the file doesn"t exist. If the program is run with the --watch option then changes to the template or included files automatically cause the output file to be updated.