<?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: Things That Shouldn&#8217;t Be in File Names for $1,000 Alex</title>
	<atom:link href="http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/feed/" rel="self" type="application/rss+xml" />
	<link>http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/</link>
	<description>cat /dev/random</description>
	<lastBuildDate>Sat, 04 Jul 2009 08:07:38 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brent Crouch</title>
		<link>http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/comment-page-1/#comment-426583</link>
		<dc:creator>Brent Crouch</dc:creator>
		<pubDate>Fri, 09 May 2008 05:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/#comment-426583</guid>
		<description>I just realized when loading files on the internet that most search engines don&#039;t understand the underscore in a file name.  They don&#039;t see it as a seperator they view it as a character.  If you want to use a seperator for internet files use a hyphen.</description>
		<content:encoded><![CDATA[<p>I just realized when loading files on the internet that most search engines don&#8217;t understand the underscore in a file name.  They don&#8217;t see it as a seperator they view it as a character.  If you want to use a seperator for internet files use a hyphen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Golvach</title>
		<link>http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/comment-page-1/#comment-426574</link>
		<dc:creator>Mike Golvach</dc:creator>
		<pubDate>Fri, 09 May 2008 04:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/#comment-426574</guid>
		<description>Another nice way, in linux or unix, to find and get rid of files with problem characters is to run &quot;ps -i&quot; to note the &quot;inode number of the file.  Then (making sure you&#039;re in the directory you want to delete the file name from, since inode numbers aren&#039;t unique across partition) running something like:

find . -inum 5678 -exec rm {} \;

It almost always works, but I almost always use it a last resort, also :)

Nice post!

, Mike</description>
		<content:encoded><![CDATA[<p>Another nice way, in linux or unix, to find and get rid of files with problem characters is to run &#8220;ps -i&#8221; to note the &#8220;inode number of the file.  Then (making sure you&#8217;re in the directory you want to delete the file name from, since inode numbers aren&#8217;t unique across partition) running something like:</p>
<p>find . -inum 5678 -exec rm {} \;</p>
<p>It almost always works, but I almost always use it a last resort, also :)</p>
<p>Nice post!</p>
<p>, Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Branch Conditionally :: Be mindful of your environment</title>
		<link>http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/comment-page-1/#comment-202140</link>
		<dc:creator>Branch Conditionally :: Be mindful of your environment</dc:creator>
		<pubDate>Sat, 30 Jun 2007 18:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/#comment-202140</guid>
		<description>[...] For instance, file names can be an issue if code exists in different places. File systems in Unix use the slash (&#8221;/&#8221;) and Windows file systems use (&#8221;&#8221;). Therefore, I would never use either character in a filename if I am writing code that with exist on multiple machines (more). [...]</description>
		<content:encoded><![CDATA[<p>[...] For instance, file names can be an issue if code exists in different places. File systems in Unix use the slash (&#8221;/&#8221;) and Windows file systems use (&#8221;&#8221;). Therefore, I would never use either character in a filename if I am writing code that with exist on multiple machines (more). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linux Jockey</title>
		<link>http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/comment-page-1/#comment-126850</link>
		<dc:creator>Linux Jockey</dc:creator>
		<pubDate>Tue, 27 Feb 2007 15:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/#comment-126850</guid>
		<description>Just try cleaning your hidden files with &#039;rm -rf .*&#039; and you might have a reason to think before you glob.</description>
		<content:encoded><![CDATA[<p>Just try cleaning your hidden files with &#8216;rm -rf .*&#8217; and you might have a reason to think before you glob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Besco</title>
		<link>http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/comment-page-1/#comment-123042</link>
		<dc:creator>Besco</dc:creator>
		<pubDate>Thu, 22 Feb 2007 12:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/#comment-123042</guid>
		<description>I&#039;d include a period as the first character in a filename to be a bad idea as well .. on a Mac that indicates an invisible file .. and what a pain it is trying to work with THAT kind of file ..</description>
		<content:encoded><![CDATA[<p>I&#8217;d include a period as the first character in a filename to be a bad idea as well .. on a Mac that indicates an invisible file .. and what a pain it is trying to work with THAT kind of file ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Secret Whisperer</title>
		<link>http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/comment-page-1/#comment-122982</link>
		<dc:creator>Secret Whisperer</dc:creator>
		<pubDate>Thu, 22 Feb 2007 10:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/#comment-122982</guid>
		<description>And the files starting with a period in unix, representing hidden files! That bugs me a lot.

But a nice list there...got to agree with you with most of everything on it...</description>
		<content:encoded><![CDATA[<p>And the files starting with a period in unix, representing hidden files! That bugs me a lot.</p>
<p>But a nice list there&#8230;got to agree with you with most of everything on it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Planeta FreeBSD &#187; Things That Shouldn&#8217;t Be in File Names for $1,000 Alex</title>
		<link>http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/comment-page-1/#comment-117755</link>
		<dc:creator>Planeta FreeBSD &#187; Things That Shouldn&#8217;t Be in File Names for $1,000 Alex</dc:creator>
		<pubDate>Wed, 14 Feb 2007 16:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/#comment-117755</guid>
		<description>[...] Original post by Joseph [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post by Joseph [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Brown</title>
		<link>http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/comment-page-1/#comment-117673</link>
		<dc:creator>Gregory Brown</dc:creator>
		<pubDate>Wed, 14 Feb 2007 14:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/#comment-117673</guid>
		<description>Full ACK.  Thanks for writing this.</description>
		<content:encoded><![CDATA[<p>Full ACK.  Thanks for writing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug L.</title>
		<link>http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/comment-page-1/#comment-117209</link>
		<dc:creator>Doug L.</dc:creator>
		<pubDate>Tue, 13 Feb 2007 19:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/#comment-117209</guid>
		<description>Good list.  A few points:

You can also say &quot;rm ./-x&quot; to remove a file whose name starts with a hyphen.

Mac OS X is among the Unix systems which now support case-preserving filenames.

IMHO, allowing spaces in filenames is definitely not an improvement.  For *me*, as an end-user, they&#039;re a pain in the butt whenever I want to write a small shell script to move, copy, or otherwise process some subset of files, and for which no GUI tools exist.</description>
		<content:encoded><![CDATA[<p>Good list.  A few points:</p>
<p>You can also say &#8220;rm ./-x&#8221; to remove a file whose name starts with a hyphen.</p>
<p>Mac OS X is among the Unix systems which now support case-preserving filenames.</p>
<p>IMHO, allowing spaces in filenames is definitely not an improvement.  For *me*, as an end-user, they&#8217;re a pain in the butt whenever I want to write a small shell script to move, copy, or otherwise process some subset of files, and for which no GUI tools exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/comment-page-1/#comment-117158</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Tue, 13 Feb 2007 17:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/02/12/things-that-shouldnt-be-in-file-names-for-1000-alex/#comment-117158</guid>
		<description>And you can use \ to escape a space, it still doesnt mean its any less of a pain in the ass. At least the shell will tab complete the escaped file name normally, where as one has to remember to stop option processing.</description>
		<content:encoded><![CDATA[<p>And you can use \ to escape a space, it still doesnt mean its any less of a pain in the ass. At least the shell will tab complete the escaped file name normally, where as one has to remember to stop option processing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
