<?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>rename &#8211; it.megocollector.com</title>
	<atom:link href="https://it.megocollector.com/tag/rename/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:20:21 +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>
		<item>
		<title>How to rename the host name of a Linux computer using a script</title>
		<link>https://it.megocollector.com/scripts/how-to-rename-the-host-name-of-a-linux-computer-using-a-script/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 18 Jan 2013 06:52:32 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[host name]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[script]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=1952</guid>

					<description><![CDATA[There was a CentOS server where the name needed to be changed. Searches through the Internet revealed a series of commands that would do the trick. This script incorporates these commands into a single utility or bash script. This may not be all inclusive, but it did work for me on a CentOS 5.8 server. To use this script, simply...]]></description>
		
		
		
			</item>
	</channel>
</rss>
