Date: Tue, 13 Feb 1996 19:53:26 +0300 (MSK) From: "Alexander V. Lukyanov" To: djgpp AT delorie DOT com Subject: v2 + rm -r I've compiled fileutils with djgpp v2 end encountered some trouble in recursively deleting directories. rm says that it detected cycle in directory tree. I guess it happens because inode equals to hashing and the hashing gives the same numbers for several files. Can this be fixed? Or maybe I have to modify rm to disable cycle checking? I use win95, directories to be deleted are on networked drive.