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

	<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>2002-12-29T22:39:16-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-12-29T22:39:16-04:00</updated>

		<published>2002-12-29T22:39:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14690#p14690</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14690#p14690"/>
		<title type="html"><![CDATA[Deleting *.extentie with an Eggdrop Bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14690#p14690"><![CDATA[
Do as all greate minds do, and get off your backside.<br><br>I have allready given the command name that you should be looking at, and with a quick browse over at google, we can get a link to the TCL/TK man pages, to have a look at the command ourselves.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Dec 29, 2002 10:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-12-29T07:35:31-04:00</updated>

		<published>2002-12-29T07:35:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14659#p14659</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14659#p14659"/>
		<title type="html"><![CDATA[Deleting *.extentie with an Eggdrop Bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14659#p14659"><![CDATA[
ppslim : if i knew there is a TCL command for, then i had use it<br>but i don't know that command i think<br><br>can you help me out on this?<br><br>regards,<br>TeDDyBeeR<p>Statistics: Posted by Guest — Sun Dec 29, 2002 7:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-12-23T12:19:16-04:00</updated>

		<published>2002-12-23T12:19:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14521#p14521</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14521#p14521"/>
		<title type="html"><![CDATA[Deleting *.extentie with an Eggdrop Bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14521#p14521"><![CDATA[
See the file command provided by Tcl.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Dec 23, 2002 12:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-12-22T05:43:46-04:00</updated>

		<published>2002-12-22T05:43:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14498#p14498</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14498#p14498"/>
		<title type="html"><![CDATA[Deleting *.extentie with an Eggdrop Bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14498#p14498"><![CDATA[
if have try'd that also : ps $nspuplinkdir is a "setting"  nog a name<br><br>and as variable ppl can set in the bot whatever that directory is<br>If i put -rf behind the rm command it will not give any errors<br><br>if i do :<div class="codebox"><p>Code: </p><pre><code>exec rm -r ${nspuplinkdir}/*.uplink</code></pre></div>he will give this error in the eggdrop :<br><div class="codebox"><p>Code: </p><pre><code>Tcl error [douplinktime]: rm: cannot remove `nspuplink/*.uplink': No such file or directory</code></pre></div><p>Statistics: Posted by Guest — Sun Dec 22, 2002 5:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tainted]]></name></author>
		<updated>2002-12-22T05:35:43-04:00</updated>

		<published>2002-12-22T05:35:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14495#p14495</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14495#p14495"/>
		<title type="html"><![CDATA[Deleting *.extentie with an Eggdrop Bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14495#p14495"><![CDATA[
why not rm -rf directory/*.uplink? I believe eggdrop's working directory for exec commands is the eggdrop directory..<br><div class="codebox"><p>Code: </p><pre><code>exec rm -rf uplinkdir/*.uplink</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1256">tainted</a> — Sun Dec 22, 2002 5:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-12-22T05:25:07-04:00</updated>

		<published>2002-12-22T05:25:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14494#p14494</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14494#p14494"/>
		<title type="html"><![CDATA[Deleting *.extentie with an Eggdrop Bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14494#p14494"><![CDATA[
Hello can someone help me with this, i can;t figger out how exec works, or can someone give me an other option to remove files in a directory, thats not listed in a file or string:<br><br>i use now:<br><div class="codebox"><p>Code: </p><pre><code>set filenames "${nspuplinkdir}/*.uplink"exec rm -r ${filenames}</code></pre></div>Where nspuplinkdir is a directory in the bots dir "nspuplink"<br>whithout the bots path !<br><br>I will remove all files with *.uplink as extentie<br><br>Already thnx<br>TeDDyBeeR<br>The Netherlands.<p>Statistics: Posted by Guest — Sun Dec 22, 2002 5:25 am</p><hr />
]]></content>
	</entry>
	</feed>
