NAME
include – file inclusion processor

SYNOPSIS
include [ file ] ...

DESCRIPTION
Include copies its input files (default standard input) to standard output, replacing lines of the form

include file

with the contents of file. Leading whitespace before include is allowed, and included files may include other files, recursively.

SOURCE
/rc/bin/include

SEE ALSO
cpp(1), soelim(1)
Copyright © 2025 Plan 9 Foundation