Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!lund@ucla-ats From: lund@ucla-ats@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: filename hoopla Message-ID: <4028@sri-arpa.UUCP> Date: Tue, 9-Aug-83 14:55:52 EDT Article-I.D.: sri-arpa.4028 Posted: Tue Aug 9 14:55:52 1983 Date-Received: Thu, 11-Aug-83 02:23:36 EDT Lines: 7 From: Laurence G. Lundblade If rm fails to get rid of a file regardless of the options you can always do find the inode number with ls -i and then do a "find -inum xxx -exec rm {} \;". .....Larry