Hello, I sockread a html file, but because the sockread goes too fast I have to store it with bwrite. Now I want to strip stuff, search href(links) etc but i can't $read it to a normal var because the line is too long. How do I read these long lines from the index.html file in my dir.
Alias readfile {
bread index.html 1 100 &var
echo $bfind(&var, 1, href)
}
doesn't work...
thanks!
defIEd