Edit

IABSD.fr/src/bin/ls

Branch :

  • Show log

    Commit

  • Author : millert
    Date : 2020-07-06 00:55:05
    Hash : b3b44669
    Message : Always print the directory name in -R mode; matches historical behavior. Previously, our ls would only print the directory name when listing more than one directory, which is the correct behavior for non-recursive ls but not for -R mode. OK deraadt@