> > If you do an > > ls -ld directory/ > > for some existing directory then the output contains TWO trailling > slashes: > > drwx------ 2 pypgcm users 4096 Aug 16 2005 directory// > > I believe this is a bug.
This is not a bash problem, so you should have mailed the bug-coreutils mailing list. However, my guess is that you have an alias in place such that you are executing 'ls -F' or 'ls -p' rather than 'ls'. Try 'type ls' to learn more about what is really happening, before incorrectly calling this a bug. -- Eric Blake _______________________________________________ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash