<?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/7398" />

	<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>2004-05-03T14:28:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-05-03T14:28:06-04:00</updated>

		<published>2004-05-03T14:28:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36073#p36073</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36073#p36073"/>
		<title type="html"><![CDATA[How to execute shell commands?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36073#p36073"><![CDATA[
either with<br>set mydata [exec ls]<br>foreach x $mydata {<br>   #do something with $x<br>}<br>or with<br>set fs [open |ls]<br>while {![eof $fs]} {<br>  gets $fs data<br>  #do something with $data<br>}<br>close $fs<p>Statistics: Posted by Guest — Mon May 03, 2004 2:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-05-03T11:41:16-04:00</updated>

		<published>2004-05-03T11:41:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36064#p36064</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36064#p36064"/>
		<title type="html"><![CDATA[How to execute shell commands?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36064#p36064"><![CDATA[
It is possible and how to execute external shell command? Like ifconfig for example or uptime. <br>Can anyone give me an example of how to run something in shell and grab the output and print it in channel.<p>Statistics: Posted by Guest — Mon May 03, 2004 11:41 am</p><hr />
]]></content>
	</entry>
	</feed>
