<?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>Privates Blog von Karsten Gresch &#187; cygwin</title>
	<atom:link href="http://blog.gresch.de/tag/cygwin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gresch.de</link>
	<description>Varia, Miscellania</description>
	<lastBuildDate>Wed, 06 Jul 2011 18:23:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Diff für bestimmte Dateien in zwei Verzeichnissen</title>
		<link>http://blog.gresch.de/2007/02/24/diff-fuer-bestimmte-dateien-in-zwei-verzeichnissen/</link>
		<comments>http://blog.gresch.de/2007/02/24/diff-fuer-bestimmte-dateien-in-zwei-verzeichnissen/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 05:14:00 +0000</pubDate>
		<dc:creator>KG</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://web636.webbox122.server-home.org/wpkg/?p=153</guid>
		<description><![CDATA[&#8220;Gegen das Vergessen&#8221;&#8230; diff -r -q -y -t -w firstDir secondDir &#124; grep .xml Zeigt die Dateien mit der Dateiendung .xml an, die in den Verzeichnissen firstDir und secondDir vorhanden sind.]]></description>
			<content:encoded><![CDATA[<p>&#8220;Gegen das Vergessen&#8221;&#8230;</p>
<pre>diff -r -q -y -t -w firstDir secondDir | grep .xml</pre>
<p>Zeigt die Dateien mit der Dateiendung <em>.xml</em> an, die in den Verzeichnissen <em>firstDir</em> und <em>secondDir</em> vorhanden sind.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gresch.de/2007/02/24/diff-fuer-bestimmte-dateien-in-zwei-verzeichnissen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Das Sieb&#8230;</title>
		<link>http://blog.gresch.de/2007/02/20/das-sieb/</link>
		<comments>http://blog.gresch.de/2007/02/20/das-sieb/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 05:31:00 +0000</pubDate>
		<dc:creator>KG</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://web636.webbox122.server-home.org/wpkg/?p=147</guid>
		<description><![CDATA[Ich kanns mir einfach nicht merken, deshalb wirds jetzt hier verfügbar gemacht: find -name '*.xml' -type f -exec grep -q 'NEEDLE' {} \; -print Dafür sollte es ein Alias geben wie &#8220;cf &#8216;*.xml&#8217; &#8216;NEEDLE&#8217;&#8221;. (c.f. nicht für confer, sondern für &#8220;comfortfind&#8221;&#8230;).]]></description>
			<content:encoded><![CDATA[<p>Ich kanns mir einfach nicht merken, deshalb wirds jetzt hier verfügbar gemacht:</p>
<pre>find -name '*.xml' -type f -exec grep -q 'NEEDLE' {} \; -print
</pre>
<p>Dafür sollte es ein Alias geben wie <strong>&#8220;cf &#8216;*.xml&#8217; &#8216;NEEDLE&#8217;&#8221;</strong>. (c.f. nicht für confer, sondern für &#8220;comfortfind&#8221;&#8230;).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gresch.de/2007/02/20/das-sieb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cygwin &#8220;linked dll data/bss pass 0 failed cygwin&#8221;</title>
		<link>http://blog.gresch.de/2007/02/15/cygwin-linked-dll-databss-pass-0-failed-cygwin/</link>
		<comments>http://blog.gresch.de/2007/02/15/cygwin-linked-dll-databss-pass-0-failed-cygwin/#comments</comments>
		<pubDate>Thu, 15 Feb 2007 21:35:08 +0000</pubDate>
		<dc:creator>KG</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://web636.webbox122.server-home.org/wpkg/?p=145</guid>
		<description><![CDATA[Weist auf ein Problem mit fehlerhaften Cygwin-DLLs hin. cd %CYGWIN_HOME%/bin &#038;&#038; ash ./rebaseall]]></description>
			<content:encoded><![CDATA[<p>Weist auf ein Problem mit fehlerhaften Cygwin-DLLs hin.</p>
<pre>
cd %CYGWIN_HOME%/bin &#038;&#038; ash ./rebaseall
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.gresch.de/2007/02/15/cygwin-linked-dll-databss-pass-0-failed-cygwin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cygwin setup (note)</title>
		<link>http://blog.gresch.de/2004/03/26/cygwin-setup-note/</link>
		<comments>http://blog.gresch.de/2004/03/26/cygwin-setup-note/#comments</comments>
		<pubDate>Fri, 26 Mar 2004 05:54:00 +0000</pubDate>
		<dc:creator>KG</dc:creator>
				<category><![CDATA[Programmieren]]></category>
		<category><![CDATA[Programmiernotizen]]></category>
		<category><![CDATA[cygwin]]></category>

		<guid isPermaLink="false">http://web636.webbox122.server-home.org/wpkg/?p=39</guid>
		<description><![CDATA[Pathes `./.bashrc' -&#62; `~/.bashrc' `./.bash_profile' -&#62; `~/.bash_profile' `./.inputrc' -&#62; `~/.inputrc' /etc/profile (prompt colors) Example for default PS1 in &#8216;/etc/profile&#8217; (directly after &#8216;export HOSTNAME&#8217;) PS1='\u@\h: \w/ $&#62; ' Aliases defined in /etc/profile.d/alias.sh: #!/bin/bash ############################################################ # alias for drive in a b c d e f g h i j k l m n o p q [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Pathes</strong></p>
<pre>
`./.bashrc' -&gt; `~/.bashrc'
`./.bash_profile' -&gt; `~/.bash_profile'
`./.inputrc' -&gt; `~/.inputrc'
/etc/profile (prompt colors)
</pre>
<p><strong>Example for default PS1 in &#8216;/etc/profile&#8217; </strong></p>
<p><strong>(directly after &#8216;export HOSTNAME&#8217;)</strong></p>
<pre>
PS1='\u@\h: \w/ $&gt; '</pre>
<p>Aliases defined in /etc/profile.d/alias.sh:</p>
<pre>
#!/bin/bash
############################################################
# alias
for drive in a b c d e f g h i j k l m n o p q r s t u v w x y z
do
  alias ${drive}:=&quot;cd /cygdrive/${drive}&quot;
done
alias ll=&quot;ls -l&quot;
alias la=&quot;ls -la&quot;
alias q=&quot;exit&quot;
alias ct=&quot;cleartool&quot;</pre>
<p>
See also <a href="http://www.pl-berichte.de/t_system/cygwin.html">http://www.pl-berichte.de/t_system/cygwin.html</a> (in <strong>german</strong>).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gresch.de/2004/03/26/cygwin-setup-note/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

