> There are still incompatibilities not addressed by #8911. > > | command | GNU | uutils | > | --- | --- | --- | > | `dirname foo//.` | `foo` | `foo/` | > | `dirname foo///.` | `foo` | `foo//` | > | `dirname foo/./` | `foo` | `.` | > | `dirname foo/bar/./` | `foo/bar` | `foo` | > | `dirname foo/./bar` | `foo/.` | `foo` | > _Originally posted by @andersk in [#8910](https://github.com/uutils/coreutils/issues/8910#issuecomment-3408735720)_