Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 (Tek) 9/26/83; site mako.UUCP Path: utzoo!watmath!clyde!burl!ulysses!harpo!seismo!hao!hplabs!tektronix!orca!mako!gordonp From: gordonp@mako.UUCP (Gordon Prieur) Newsgroups: net.unix-wizards Subject: Re: deleting a bad directory Message-ID: <113@mako.UUCP> Date: Mon, 14-May-84 12:50:50 EDT Article-I.D.: mako.113 Posted: Mon May 14 12:50:50 1984 Date-Received: Mon, 21-May-84 04:41:51 EDT References: <638@sri-arpa.UUCP> Organization: Tektronix, Wilsonville OR Lines: 11 An easier way to delete a file with unprintable chars in the file name is bye using ls -li to get the inode number and then doing a find: find . -inum -exec rm {} \; This does the same thing that scw suggests, but doesn't require any programming and is much quicker/easier. Gordon Prieur Tektronix