<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/4519" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2003-05-30T08:44:21-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/4519</id>

		<entry>
		<author><name><![CDATA[NewzUK]]></name></author>
		<updated>2003-05-30T08:44:21-04:00</updated>

		<published>2003-05-30T08:44:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20940#p20940</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20940#p20940"/>
		<title type="html"><![CDATA[Lynx dump to txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20940#p20940"><![CDATA[
hi - thanks for that<br><br>to get the wget --help info, do I have to be in a particular directory because I can't seem to retrive it...sorry if it's an obvious question...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2210">NewzUK</a> — Fri May 30, 2003 8:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-30T04:41:03-04:00</updated>

		<published>2003-05-30T04:41:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20928#p20928</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20928#p20928"/>
		<title type="html"><![CDATA[Lynx dump to txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20928#p20928"><![CDATA[
Depending on how big the file is, you may well be able to use the exec command instead.<br><br><br>On top, lynx is a browser, so the output isn't directed to a file normaly, but to the screen.<br><br>See the output of "wget --help" on the shell, it should give you what you need to use output files.<br><br>On top. When using the "open" method, you have to close the open channel after, otherwise, you end up with a lot of defuct processes, and unhappy admins.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri May 30, 2003 4:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NewzUK]]></name></author>
		<updated>2003-05-30T00:07:25-04:00</updated>

		<published>2003-05-30T00:07:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20920#p20920</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20920#p20920"/>
		<title type="html"><![CDATA[Lynx dump to txt file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20920#p20920"><![CDATA[
hi<br><br>I'm trying to come up with a simple proc that will dump text from a website to a text file on a timer every 5 mins...<br><br>I have this for starters...<br><br>bind time - "* 5 * * *" getnews<br>proc getnews {<br>  set all [open lynx -dump -width=3000 "<a href="http://www.url.com" class="postlink">http://www.url.com</a>"]<br>}<br><br>just wondering how I'd specify the txt file for it to dump to?<br><br>thanks in advance!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2210">NewzUK</a> — Fri May 30, 2003 12:07 am</p><hr />
]]></content>
	</entry>
	</feed>
