"Juergen Scholich" <[EMAIL PROTECTED]> wrote:
I've tried the following with success: VERSION = `grep WATTCP_VER_STRING inc/tcp.h | cut -d' ' -f4 | sed -e 's/\"//g'`
Thanks. I forgot the 's' and 'g' commands. Long time since I've used sed. --gv
"Juergen Scholich" <[EMAIL PROTECTED]> wrote:
I've tried the following with success: VERSION = `grep WATTCP_VER_STRING inc/tcp.h | cut -d' ' -f4 | sed -e 's/\"//g'`
Thanks. I forgot the 's' and 'g' commands. Long time since I've used sed. --gv