#!/usr/pkg/bin/bash read -rd '' << _EOF [$( TZ=UTC date +"%F %R" )] $REMOTE_ADDR $( head -n99 < ./evil.log ) _EOF tee ./evil.log << _EOF $REPLY _EOF