Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!samsung!uunet!ulticorp!rick From: rick@ulticorp.UUCP (rick/1024000) Newsgroups: comp.unix.aix Subject: Esoteric bug in 'rm' Keywords: Aix, rm Message-ID: <285@ulticorp.UUCP> Date: 6 Aug 90 20:38:10 GMT Organization: The Ultimate Corp., East Hanover, NJ Lines: 12 People might be interested in an esoteric bug in 'rm' on IBM's AIX 2 and AIX 3,( ie IBM RT AND IBM RS6000 ). The following command does not remove files as expected. rm -r ../directory However, cd .. rm -r directory removes both files and directories, as expected. Why do they have to change something that already works??????