From: utzoo!decvax!ucbvax!G:asa
Newsgroups: net.followup
Title: Re rm -. and ??????
Article-I.D.: populi.204
Posted: Tue Jun 15 15:37:06 1982
Received: Thu Jun 17 04:22:32 1982

	%ls -i

lists each file with its i-number.

	%find . -inum 00000 -exec rm {} \;

(where 00000 is the i-number) has worked well for me....