Not sure if this is a bug or feature (or even Linux specific).
nexus@thune[3:30pm]~(937) ls foo bar ls: foo: No such file or directory ls: bar: No such file or directory nexus@thune[3:31pm]~(938) ln -s foo bar nexus@thune[3:31pm]~(939) rm bar rm: remove symbolic link `bar'? y nexus@thune[3:31pm]~(940) ln -s foo bar nexus@thune[3:31pm]~(941) rm -f bar nexus@thune[3:31pm]~(942) rm --version rm (fileutils) 4.1.9 nexus@thune[3:31pm]~(943) touch foo nexus@thune[3:32pm]~(946) ln -s foo bar nexus@thune[3:32pm]~(947) rm bar In the dangling symlink case, should it be prompting about removal? mrc -- Mike Castle [EMAIL PROTECTED] www.netcom.com/~dalgoda/ We are all of us living in the shadow of Manhattan. -- Watchmen fatal ("You are in a maze of twisty compiler features, all different"); -- gcc _______________________________________________ Bug-fileutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-fileutils