From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <86ipx4s36p.fsf@cmarib.ramside> References: <86ipx4s36p.fsf@cmarib.ramside> Date: Tue, 1 Feb 2011 05:25:21 -0300 Message-ID: From: "Federico G. Benavento" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] RESOLVED: recoving important header file rudely Topicbox-Message-UUID: a629f100-ead6-11e9-9d60-3106f5b1d025 > term% mkdir trashdir && cd trashdir && mkdir x > term% touch `{i=3D0; while (test $i -lt 128) { echo -n abcdefghijklmnop; = i=3D`{echo $i+1|hoc} } } > term% cp abc* abc* x > # watch the cp executable suicide > # now, make SURE there's nothing in this rio window that you want to keep= ... > term% rm abc* > # watch the rio window go bye bye! > > I'm not someone to complain without also offering solutions, though. > I'm in the process of writing some C macros that might help clean up the > source code, ensure intended bounary conditions, improve some > interfaces, etc. =C2=A0I already have some working code, but it's still v= ery > experimental. > I don't see how C macros would improve rc's globbing code, which thinks that there won't be files with names that long. --=20 Federico G. Benavento