<div dir="ltr">Thanks guys!<div><br></div><div>I knew there must be a simple answer.  Now to try to get people to stop naming files like that....</div><div><br></div><div>Joe.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 20 May 2015 at 11:02, Stephen C. Tweedie <span dir="ltr"><<a href="mailto:sct@redhat.com" target="_blank">sct@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<span class=""><br>
On Wed, 2015-05-20 at 10:58 +0100, Joe Barnett wrote:<br>
<br>
> I've drawn a blank here,  I have a few files which I want to move but<br>
> mv does not like them and rename will not touch them.  I cannot even<br>
> directly ls them.<br>
<br>
</span>"--" separates options from arguments for most of coreutils.  So any<br>
arguments beginning in a "-" will be correctly processed if you precede<br>
them with the "--".<br>
<br>
So "mv -- * [dest]" should work fine for these files.<br>
<br>
--Stephen<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
EdLUG mailing list<br>
<a href="mailto:EdLUG@lists.edlug.org.uk">EdLUG@lists.edlug.org.uk</a><br>
<a href="https://lists.edlug.org.uk/mailman/listinfo/edlug" target="_blank">https://lists.edlug.org.uk/mailman/listinfo/edlug</a><br>
</blockquote></div><br></div>