<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dratir.ch &#187; Snippet</title>
	<atom:link href="http://www.dratir.ch/tag/snippet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dratir.ch</link>
	<description>Was: Zeugs. Thema: Alles mögliche.</description>
	<lastBuildDate>Wed, 18 Aug 2010 06:59:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Bash: Befehl X mal ausfuehren</title>
		<link>http://www.dratir.ch/2010/01/bash-befehl-x-mal-ausfuehren/</link>
		<comments>http://www.dratir.ch/2010/01/bash-befehl-x-mal-ausfuehren/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 13:31:51 +0000</pubDate>
		<dc:creator>Manuel</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://www.dratir.ch/?p=392</guid>
		<description><![CDATA[1234for i in &#123;1..10&#125; do &#160; echo &#34;Welcome $i times!&#34; done Falls ich das wieder vergessen sollte. Wichtig: GESCHWUNGENE Klammern! Nachtrag auf Anfrage: Der Einzeiler sieht dann so aus: for i in &#123;1..10&#125;; do echo &#34;Welcome $i times!&#34;; echo &#34;Noch ein Befehl&#34;; done]]></description>
		<wfw:commentRss>http://www.dratir.ch/2010/01/bash-befehl-x-mal-ausfuehren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN: Revisionen rückgängig machen</title>
		<link>http://www.dratir.ch/2009/08/svn-revisionen-ruckgangig-machen/</link>
		<comments>http://www.dratir.ch/2009/08/svn-revisionen-ruckgangig-machen/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 02:51:42 +0000</pubDate>
		<dc:creator>Manuel</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://www.dratir.ch/?p=172</guid>
		<description><![CDATA[Wenn man so rumbastelt wie ich, kann es schon mal vorkommen dass man Sachen eincheckt, die man dann später wieder bereut. Um nun eine gesamte Revision rückgängig zu machen, ist wie folgt vorzugehen (Mal angenommen, ich will r13 rückgängig machen): 1234$ svn merge -c -13 http://example.com/repo/trunk # Dadurch wird das Changeset von r13 rückwärts angewendet]]></description>
		<wfw:commentRss>http://www.dratir.ch/2009/08/svn-revisionen-ruckgangig-machen/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linux/Unix: Ordner rekursiv durchsuchen und Files löschen</title>
		<link>http://www.dratir.ch/2009/08/linux-unix-ordner-rekursiv-durchsuchen-und-files-loschen/</link>
		<comments>http://www.dratir.ch/2009/08/linux-unix-ordner-rekursiv-durchsuchen-und-files-loschen/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 01:35:00 +0000</pubDate>
		<dc:creator>Manuel</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://www.dratir.ch/?p=164</guid>
		<description><![CDATA[1find . -name .svn -type d -exec rm -r &#34;{}&#34; \; Auszug aus 1man find : 12-exec utility [argument ...] ; True if the program named utility returns a zero value as its exit status. &#160;Optional arguments may be passed to the utility. &#160;The expression must be terminated by a semicolon (``;''). &#160;If you invoke]]></description>
		<wfw:commentRss>http://www.dratir.ch/2009/08/linux-unix-ordner-rekursiv-durchsuchen-und-files-loschen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8216;and&#8217;</title>
		<link>http://www.dratir.ch/2009/08/php-and/</link>
		<comments>http://www.dratir.ch/2009/08/php-and/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 16:00:39 +0000</pubDate>
		<dc:creator>Manuel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://www.dratir.ch/?p=157</guid>
		<description><![CDATA[Wieder was gelernt: &#60;?php $foo = true; $bar = false; $foo and print 'fuuuu'; $bar and print 'baaar'; ?&#62; Ergibt &#8220;fuuuu&#8221;! Klappt zwar mit print, nicht jedoch mit echo!]]></description>
		<wfw:commentRss>http://www.dratir.ch/2009/08/php-and/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
