<?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>uppercase &#8211; it.megocollector.com</title>
	<atom:link href="https://it.megocollector.com/tag/uppercase/feed/" rel="self" type="application/rss+xml" />
	<link>https://it.megocollector.com</link>
	<description>The information technology compendium</description>
	<lastBuildDate>Sat, 25 Feb 2023 21:11:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Rename all files to lowercase names</title>
		<link>https://it.megocollector.com/linux/rename-all-files-to-lowercase-names/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 22 Aug 2017 13:23:14 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lowercase]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[uppercase]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=3649</guid>

					<description><![CDATA[There seems to be several solutions offered for renaming all files in a directory from mixed or upper case to all lowercase names. Of the solutions, one of the worked without issue. ls &#124; while read upName; do loName=`echo "${upName}" &#124; tr '[:upper:]' '[:lower:]'`; mv "$upName" "$loName"; done Although this was found in an Ubuntu forum, it works flawlessly in...]]></description>
		
		
		
			</item>
	</channel>
</rss>
