Okay, here's a proram I wrote:
-------------
cat $1|tr -d '\12'|sed -e 's/.*<title>//' -e 's/<\/title>.*//' >> /test
echo "Content-Type: text/html"
echo ''
cat $1
-------------
Then, I put the following in the config file:
text/html->text/html "sh /RIDOF.sh"
I then run it, and nothing special happens. htdig still goes alon its merry
way, and my shell script is not executing because /test has never been
created. What should I do?
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.