<?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: Bash: Rename all files in current directory to lowercase</title>
	<atom:link href="http://juliusbeckmann.de/blog/bash-rename-all-files-in-current-directory-to-lowercase.html/feed" rel="self" type="application/rss+xml" />
	<link>http://juliusbeckmann.de/blog/bash-rename-all-files-in-current-directory-to-lowercase.html</link>
	<description>Ich bin nicht verrückt, nur technisch begabt ...</description>
	<lastBuildDate>Fri, 26 Sep 2014 12:04:55 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Veikko</title>
		<link>http://juliusbeckmann.de/blog/bash-rename-all-files-in-current-directory-to-lowercase.html/comment-page-1#comment-1377</link>
		<dc:creator>Veikko</dc:creator>
		<pubDate>Wed, 25 May 2011 07:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=630#comment-1377</guid>
		<description>If you have subdirectories than they will get listed by the find command as well.
That is not what the heading describes.

find ./* -type f -maxdepth 0

will only show the files of the current directory and no subdirectories</description>
		<content:encoded><![CDATA[<p>If you have subdirectories than they will get listed by the find command as well.<br />
That is not what the heading describes.</p>
<p>find ./* -type f -maxdepth 0</p>
<p>will only show the files of the current directory and no subdirectories</p>
]]></content:encoded>
	</item>
</channel>
</rss>
