From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <51531827.8040800@yahoo.fr> References: <51531827.8040800@yahoo.fr> Date: Wed, 27 Mar 2013 12:16:11 -0400 Message-ID: From: Comeau At9Fans To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] FAT32 question Topicbox-Message-UUID: 37cb328a-ead8-11e9-9d60-3106f5b1d025 On Wed, Mar 27, 2013 at 12:02 PM, Nicolas Bercher 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?