"Ls --indicator-style=classify" always appends a slash to the names of directories. For example:
ls -d */ dir1// dir2// ls -d *///// dir1////// dir2////// Ls should check if an indicator is already present after the end of the file name, and append it only if it is not.
