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

	<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>2007-07-06T11:33:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-07-06T11:33:05-04:00</updated>

		<published>2007-07-06T11:33:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74220#p74220</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74220#p74220"/>
		<title type="html"><![CDATA[egrep -o implementation in tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74220#p74220"><![CDATA[
Use regexp<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Fri Jul 06, 2007 11:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sander_vk]]></name></author>
		<updated>2007-07-06T07:37:39-04:00</updated>

		<published>2007-07-06T07:37:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74210#p74210</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74210#p74210"/>
		<title type="html"><![CDATA[egrep -o implementation in tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74210#p74210"><![CDATA[
I'm writing a script to retrieve data from devices in a network. Now I want to put the data I retrieve into a SQL database for easy querying.<br><br>In order to do this I need to parse the retrieved data. Thereby I just want to retrieve the part that I am interested in.<br><br>I can do this using shell scripting and the following command:<br>egrep -o "[0-9]{1,2}:[0-9]{1,2}.[0-9]{1,2}:[0-9]{1,2}" &lt; retrieved_data<br><br>But as my entire script will be running using a combination of TCL/EXPECT I am wondering how I can succeed using only that, thus not having to run seperate scripts from a shell script.<br><br>Anyone?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9126">sander_vk</a> — Fri Jul 06, 2007 7:37 am</p><hr />
]]></content>
	</entry>
	</feed>
