<?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>Comments on: Fallgruben in BASH</title>
	<atom:link href="http://www.ubuntuverse.at/2014/07/10/fallgruben-in-bash/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntuverse.at/2014/07/10/fallgruben-in-bash/</link>
	<description>Berichte aus dem Ubuntu Universum</description>
	<lastBuildDate>Wed, 02 May 2012 11:18:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: winky</title>
		<link>https://www.ubuntuverse.at/2014/07/10/fallgruben-in-bash/comment-page-1/#comment-371</link>
		<dc:creator>winky</dc:creator>
		<pubDate>Wed, 21 Oct 2009 11:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntuverse.at/?p=1726#comment-371</guid>
		<description>$SHELL abzufragen ist an sich recht sinnfrei, weils nur die umgebungsvariable abfragt und in der kann auch &quot;räuber hotzenplotz&quot; stehen. obwohl ich ne ksh verwende sagt er mir dann nämlich trotzdem &quot;bash&quot;:

-bash-3.00$ echo $SHELL
/bin/bash
-bash-3.00$ echo $0
-bash
-bash-3.00$ ksh
$ echo $SHELL
/bin/bash
$ echo $0
ksh</description>
		<content:encoded><![CDATA[<p>$SHELL abzufragen ist an sich recht sinnfrei, weils nur die umgebungsvariable abfragt und in der kann auch &#8220;räuber hotzenplotz&#8221; stehen. obwohl ich ne ksh verwende sagt er mir dann nämlich trotzdem &#8220;bash&#8221;:</p>
<p>-bash-3.00$ echo $SHELL<br />
/bin/bash<br />
-bash-3.00$ echo $0<br />
-bash<br />
-bash-3.00$ ksh<br />
$ echo $SHELL<br />
/bin/bash<br />
$ echo $0<br />
ksh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random Links #67 &#124; YASDW - yet another software developer weblog</title>
		<link>https://www.ubuntuverse.at/2014/07/10/fallgruben-in-bash/comment-page-1/#comment-365</link>
		<dc:creator>Random Links #67 &#124; YASDW - yet another software developer weblog</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntuverse.at/?p=1726#comment-365</guid>
		<description>[...] Fallgruben in BASH Ich liebe solche Posts! [...]</description>
		<content:encoded><![CDATA[<p>[...] Fallgruben in BASH Ich liebe solche Posts! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sannny</title>
		<link>https://www.ubuntuverse.at/2014/07/10/fallgruben-in-bash/comment-page-1/#comment-362</link>
		<dc:creator>Sannny</dc:creator>
		<pubDate>Tue, 20 Oct 2009 18:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntuverse.at/?p=1726#comment-362</guid>
		<description>Das Problem mit den Whitespaces bei Schleifen kann man auch anders umgehen:

ls &#124; while read line; do something $line; done

Und anders als bei &quot;for a in *; do ...&quot; kann man auch z.B. mit &quot;find&quot; ganze Verzeichnissbaeume behandeln.</description>
		<content:encoded><![CDATA[<p>Das Problem mit den Whitespaces bei Schleifen kann man auch anders umgehen:</p>
<p>ls | while read line; do something $line; done</p>
<p>Und anders als bei &#8220;for a in *; do &#8230;&#8221; kann man auch z.B. mit &#8220;find&#8221; ganze Verzeichnissbaeume behandeln.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: b23</title>
		<link>https://www.ubuntuverse.at/2014/07/10/fallgruben-in-bash/comment-page-1/#comment-356</link>
		<dc:creator>b23</dc:creator>
		<pubDate>Tue, 20 Oct 2009 08:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntuverse.at/?p=1726#comment-356</guid>
		<description>stimmt sed -i wäre richtig, mir ist nur kein besseres Beispiel eingefallen :)

@Andreas Abendroth $SHELL

@Gerald vollkommen richtig danke

@onli guter Punkt danke</description>
		<content:encoded><![CDATA[<p>stimmt sed -i wäre richtig, mir ist nur kein besseres Beispiel eingefallen <img src='https://www.ubuntuverse.at/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Andreas Abendroth $SHELL</p>
<p>@Gerald vollkommen richtig danke</p>
<p>@onli guter Punkt danke</p>
]]></content:encoded>
	</item>
</channel>
</rss>
