#!/bin/bash xterm -hold -e /path/to/follow-tail.pl /var/log/httpd/access_log > /dev/null & xterm -hold -e /path/to/follow-tail.pl /var/log/httpd/error_log > /dev/null &