Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: drawtree for Unix/Sun/curses? Message-ID: <2707@auspex.auspex.com> Date: 12 Dec 89 19:27:46 GMT References: <11976@phoenix.Princeton.EDU> <3249@hub.UUCP> Reply-To: guy@auspex.auspex.com (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 13 >...is unerasure under UNIX a good thing? No. Just do > > alias rm rm -r > >and hope for the best. A bit of a desperate hope, since the "-r" flag tells "rm" to fully remove any subdirectories it finds ("r" for "recursive"); it sure doesn't make it any *less* likely that you'll accidentally blow files away, and probably makes it *more* likely. Did you perhaps mean "alias rm rm -i" ("i" for "interactive"), so that it'll ask you before removing anything?