Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!akgua!sdcsvax!sdcrdcf!hplabs!sri-unix!gwyn@BRL-VLD.ARPA From: gwyn@BRL-VLD.ARPA Newsgroups: net.unix-wizards Subject: Re: Removing a bad directory Message-ID: <644@sri-arpa.UUCP> Date: Thu, 10-May-84 19:23:08 EDT Article-I.D.: sri-arpa.644 Posted: Thu May 10 19:23:08 1984 Date-Received: Mon, 14-May-84 00:51:43 EDT Lines: 6 From: Doug Gwyn (VLD/VMB) rm -ri . works pretty well when one cannot seem to type the correct name of a file to be removed. This way, rm looks up the names directly from the directory and is bound to hit the one you're after eventually.