<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: Rekursives löschen</title>
	<atom:link href="http://www.informatik-blog.net/2009/02/04/rekursives-loeschen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.informatik-blog.net/2009/02/04/rekursives-loeschen/</link>
	<description>Informatik &#38; Co.</description>
	<lastBuildDate>Fri, 28 Oct 2011 10:16:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Von: dersutter</title>
		<link>http://www.informatik-blog.net/2009/02/04/rekursives-loeschen/comment-page-1/#comment-22</link>
		<dc:creator>dersutter</dc:creator>
		<pubDate>Thu, 05 Feb 2009 15:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.informatik-blog.net/?p=515#comment-22</guid>
		<description>Wenn php auf Linux läuft geht auch

$source = &#039;./bilder&#039;;
$shellCommand = &quot;rm -R $source&quot;;
exec($shellCommand);</description>
		<content:encoded><![CDATA[<p>Wenn php auf Linux läuft geht auch</p>
<p>$source = &#8216;./bilder&#8217;;<br />
$shellCommand = &#8220;rm -R $source&#8221;;<br />
exec($shellCommand);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Paolo Pinkel</title>
		<link>http://www.informatik-blog.net/2009/02/04/rekursives-loeschen/comment-page-1/#comment-21</link>
		<dc:creator>Paolo Pinkel</dc:creator>
		<pubDate>Wed, 04 Feb 2009 16:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.informatik-blog.net/?p=515#comment-21</guid>
		<description>Als-Linux-User öffne ich eine Konsole, schreibe:

rm -Rvf verzeichnisname

und das Verzeichnis ist weg. 1 Zeile :D</description>
		<content:encoded><![CDATA[<p>Als-Linux-User öffne ich eine Konsole, schreibe:</p>
<p>rm -Rvf verzeichnisname</p>
<p>und das Verzeichnis ist weg. 1 Zeile <img src='http://www.informatik-blog.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

