Subject: Re: Strange shell interaction
To: Mike Cheponis <mac@Wireless.Com>
From: Samuel Hornus <Samuel.Hornus@crans.org>
List: netbsd-help
Date: 07/31/2001 09:38:37
Mike Cheponis <mac@Wireless.Com> writes:

> I suppose I can do this with Emacs dired, but the fact that this is a
> problem at all seems to point to a fundamental issue of the shell. (zsh here)
> (Or my lack of understanding!  Hence this email!)
> 
> But, doesn't this behavior violate The Principle of Least Astonishment?
> 
> 
> Thanks, gang, as usual.  -Mike

To make the zsh understand that -X-... really IS a file name, use this
style of writing : 
	mv ./-X-...  newFileName

The dot - slash is important there :-)
-- 
Hope this helps !
Samuel