Edit

IABSD.fr/src/bin/ls

Branch :

  • Show log

    Commit

  • Author : millert
    Date : 2020-10-07 21:03:09
    Hash : bc2593c5
    Message : If we are asked to print the total number of blocks, do so even if we have no entries to print (either due to an empty directory or an error). This makes the -l and -s options more consistent, and matches the behavior of AT&T and GNU ls. From FreeBSD (das). OK kn@