Hello,
I'm attempting to do some find/replace in a bunch of files.
var loc = "
I want to replace the 8480
Thanks in advance for any help.
I'm attempting to do some find/replace in a bunch of files.
var loc = "
I want to replace the 8480
Code:
$SED 's/^.*http:\/\/'${SERVER_NAME}'.sunyconnect.suny.edu:.*\/F.*/ var loc = "http:\/\/'${SERVER_NAME}'.sunyconnect.suny.edu:'${HTTPD_PORT}'\/F;"'/ $INDEX > $INDEX_TEMP
Thanks in advance for any help.