$title = "The noclobber shell variable"; $area = "Unix Support"; $metadata = "unix, shell, variable, noclobber"; $pfloc = ""; require '/usr/local/wwwdocs/ucs/fragments/header.phtml'; require '/usr/local/wwwdocs/ucs/fragments/header-bc.phtml'; ?>
It's easy to overwrite (clobber) existing files when you are redirecting output to a file. To prevent this from happening you need to set the noclobber shell variable by adding the line
set noclobber
to your shell start-up file (.cshrc)
require '/usr/local/wwwdocs/ucs/fragments/footer.phtml'; ?>