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

	<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-10-07T08:08:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-10-07T08:08:47-04:00</updated>

		<published>2007-10-07T08:08:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76449#p76449</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76449#p76449"/>
		<title type="html"><![CDATA[[solved]deleting directory?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76449#p76449"><![CDATA[
Emm.. Post said nothing 'bout shell, and since it was posted in in "Scripting Help", atleast to me it was quite obvious sKy was looking for some info on how to recursively remove a directory <strong class="text-strong">from within tcl</strong>.<br><br>I'm pretty much puzzled why it was moved here aswell...<br><br>Of course you could try to run the rm command using exec, but if you ask me, that'd be overkill since we already have the lovely file command in tcl...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Oct 07, 2007 8:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-10-06T20:51:31-04:00</updated>

		<published>2007-10-06T20:51:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76438#p76438</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76438#p76438"/>
		<title type="html"><![CDATA[[solved]deleting directory?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76438#p76438"><![CDATA[
<blockquote class="uncited"><div>It was file delete. Why this is now in shell &amp; bouncer help? Nvm, issues is solved.</div></blockquote>It is here because it's nothing to do with eggdrop and all to do with knowing how to use your shell.<br><br>Your initial post:<blockquote class="uncited"><div>How can I delete a hole folder which is not empty?</div></blockquote>I suggest you visit the <a href="http://www.oreillynet.com/linux/cmd/" class="postlink">Linux Command Directory</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Oct 06, 2007 8:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2007-10-06T20:11:32-04:00</updated>

		<published>2007-10-06T20:11:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76432#p76432</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76432#p76432"/>
		<title type="html"><![CDATA[[solved]deleting directory?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76432#p76432"><![CDATA[
It was file delete. Why this is now in shell &amp; bouncer help? Nvm, issues is solved.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Sat Oct 06, 2007 8:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2007-10-06T10:43:23-04:00</updated>

		<published>2007-10-06T10:43:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76419#p76419</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76419#p76419"/>
		<title type="html"><![CDATA[Re: deleting directory?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76419#p76419"><![CDATA[
<blockquote class="uncited"><div>How can I delete a hole folder which is not empty?</div></blockquote>you mean to delete the file in the shell, not via a script, right?<br><strong class="text-strong">rm -rf {foldername}</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Sat Oct 06, 2007 10:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-10-04T13:50:50-04:00</updated>

		<published>2007-10-04T13:50:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76378#p76378</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76378#p76378"/>
		<title type="html"><![CDATA[[solved]deleting directory?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76378#p76378"><![CDATA[
Read the manpage on <a href="http://www.tcl.tk/man/tcl8.4/TclCmd/file.htm#M12" class="postlink">file delete</a> and it should be pretty obvious.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Oct 04, 2007 1:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2007-10-06T20:10:30-04:00</updated>

		<published>2007-10-04T12:37:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76375#p76375</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76375#p76375"/>
		<title type="html"><![CDATA[[solved]deleting directory?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76375#p76375"><![CDATA[
How can I delete a hole folder which is not empty?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Thu Oct 04, 2007 12:37 pm</p><hr />
]]></content>
	</entry>
	</feed>
