On Wed, Mar 27, 2013 at 12:02 PM, Nicolas Bercher <nberc...@yahoo.fr> wrote:
> On 27/03/2013 15:18, Comeau At9Fans wrote:
>>... I seem to be
>> past this part of things as I just tried mv'ing on Plan 9 itself
>> rather than the host system and that seems to be letting x.c be seen
>> as itself...
> Maybe a solution would be do to this in two passes.  Since x.c and X.C
> describe the same file, it is not possible to rename it directly:
>
>   cpu% touch X.C
>   cpu% mv X.C x.c
>   mv: X.C and ./x.c are the same
>
> Just try something like this:
>
>   cpu% mv X.C _x.c
>   cpu% mv _x.c x.c
>   cpu% ls *.c
>   x.c
>   cpu%

That's exactly what I did, however, from what I could see, it only
worked if mv'd on Plan 9.

--
Greg Comeau / 4.3.10.1 with C++0xisms now in beta!
Comeau C/C++ ONLINE ==>     http://www.comeaucomputing.com/tryitout
World Class Compilers:  Breathtaking C++, Amazing C99, Fabulous C90.
Comeau C/C++ with Dinkumware's Libraries... Have you tried it?

Reply via email to