Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!tektronix!ogcvax!omsvax!icalqa!hplabs!sri-unix!phil.rice@rand-relay From: phil.rice%rand-relay@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: filename hoopla Message-ID: <3822@sri-arpa.UUCP> Date: Thu, 4-Aug-83 03:18:36 EDT Article-I.D.: sri-arpa.3822 Posted: Thu Aug 4 03:18:36 1983 Date-Received: Sun, 7-Aug-83 02:44:13 EDT Lines: 20 From: Bill.LeFebvre I know I said I didn't want to see more messages about filename characters, but ... You can always get rid of a filename with junk in it by doing "rm -i *" and answering 'y' at the right moment.... Unfortunately, this is not completely true. With the c-shell and the Bourne shell, the eighth bit of an argument always gets masked out (unless there is some bizarre syntax that I am unaware of) so that the command "rm -i *" will not work with files that have eight bit characters. When `rm' gets the argument, the eighth bit will be 0 and it won't find the file. But this trick will work for a file that has control characters in the name (in fact, I have used it upon occasion). William LeFebvre ARPANet: phil.rice@Rand-Relay CSNet: phil@rice USENet: ...!lbl-csam!rice!phil