<?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: Quick tip: Delete or rename files with leading dash (-)</title>
	<atom:link href="http://www.cmdln.org/2009/01/13/tip-delete-rename-files-with-leading-dash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cmdln.org/2009/01/13/tip-delete-rename-files-with-leading-dash/</link>
	<description>a system administrators mutterings</description>
	<lastBuildDate>Fri, 10 Feb 2012 15:51:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dan C</title>
		<link>http://www.cmdln.org/2009/01/13/tip-delete-rename-files-with-leading-dash/comment-page-1/#comment-775</link>
		<dc:creator>Dan C</dc:creator>
		<pubDate>Wed, 14 Jan 2009 18:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=210#comment-775</guid>
		<description>Oh no you can&#039;t. Ignore that ;)</description>
		<content:encoded><![CDATA[<p>Oh no you can&#8217;t. Ignore that <img src='http://www.cmdln.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan C</title>
		<link>http://www.cmdln.org/2009/01/13/tip-delete-rename-files-with-leading-dash/comment-page-1/#comment-774</link>
		<dc:creator>Dan C</dc:creator>
		<pubDate>Wed, 14 Jan 2009 18:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=210#comment-774</guid>
		<description>You could double dash.

Or backslash escape the offending character.

mv \-somefile.txt somefile.txt</description>
		<content:encoded><![CDATA[<p>You could double dash.</p>
<p>Or backslash escape the offending character.</p>
<p>mv \-somefile.txt somefile.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NM</title>
		<link>http://www.cmdln.org/2009/01/13/tip-delete-rename-files-with-leading-dash/comment-page-1/#comment-773</link>
		<dc:creator>NM</dc:creator>
		<pubDate>Wed, 14 Jan 2009 12:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=210#comment-773</guid>
		<description>Or simply use &quot;--&quot; to signal the end of options. As in:

mv -- -somefile.txt somefile.txt</description>
		<content:encoded><![CDATA[<p>Or simply use &#8220;&#8211;&#8221; to signal the end of options. As in:</p>
<p>mv &#8212; -somefile.txt somefile.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peje</title>
		<link>http://www.cmdln.org/2009/01/13/tip-delete-rename-files-with-leading-dash/comment-page-1/#comment-772</link>
		<dc:creator>peje</dc:creator>
		<pubDate>Wed, 14 Jan 2009 08:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=210#comment-772</guid>
		<description>Or, you can use a double dash to make mv, cp to stop interpreting options:

mv -- -somefile.txt somefile.txt</description>
		<content:encoded><![CDATA[<p>Or, you can use a double dash to make mv, cp to stop interpreting options:</p>
<p>mv &#8212; -somefile.txt somefile.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arne</title>
		<link>http://www.cmdln.org/2009/01/13/tip-delete-rename-files-with-leading-dash/comment-page-1/#comment-771</link>
		<dc:creator>arne</dc:creator>
		<pubDate>Wed, 14 Jan 2009 06:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=210#comment-771</guid>
		<description>Couldn&#039;t you also do:

mv -- -somefile.txt somefile.txt</description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t you also do:</p>
<p>mv &#8212; -somefile.txt somefile.txt</p>
]]></content:encoded>
	</item>
</channel>
</rss>

