Path: utzoo!attcan!uunet!ncrlnk!ncr-sd!hp-sdd!hplabs!decwrl!purdue!mailrus!ncar!boulder!spot!wu From: wu@spot.Colorado.EDU (WU SHI-KUEI) Newsgroups: comp.unix.wizards Subject: Re: Ghost file Message-ID: <4719@boulder.Colorado.EDU> Date: 17 Nov 88 17:15:40 GMT References: <17529@adm.BRL.MIL> <6512@galbp.LBP.HARRIS.COM> Sender: news@boulder.Colorado.EDU Reply-To: wu@spot.Colorado.EDU (WU SHI-KUEI) Distribution: na Organization: University of Colorado, Boulder Lines: 22 In article <6512@galbp.LBP.HARRIS.COM> mhw@wittsend.UUCP (Michael H. Warfield (Mike)) writes: >In article <17529@adm.BRL.MIL> ZAT011%DJUKFA11.BITNET@cunyvm.cuny.edu (Thomas Heil) writes: [much stuff deleted] > Yeah. It isn't a ghost file, it's a file with a non-printing character >in the name (like a space or a tab or a bell ....). This works on AT&T 3B2's and Ultrix: Find the inumber of the file with 'ls -i'. Then do find . -inum inumber -exec rm {} \; or find . -inum inumber -exec mv {} foo \; or whatever your little heart desires. The '-inum' expression was documented in the 7th Edition manuals and has been available in all AT&T releases ever since - SYS III, IV and V, even though not documented. It was a pleasant surprise to find that Ultrix at least did something right! Just a guest here. In reality Carl Brandauer {uunet!stcvax}!nbires!bdaemon!carl