[net.followup] Re rm -. and ??????

G:asa (06/15/82)

	%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....