[cfgeeks] lynx/wget cgi

Liston Bias bias at pobox.com
Fri Mar 16 10:35:52 EDT 2007


I am trying to use something like lynx/wget in a cgi script.

Based on parsing, I want to add comments to the top/bottom of webpage that 
is present but I am only getting text for output.

Does anyone know what I need here?

-----------------------------------

#!/bin/sh
echo ""Content-type: text/html"
echo
lynx -source "http://url/"




More information about the cfgeeks mailing list