Files
ladybird/Userland/Utilities/du.cpp
Pankaj Raghav 12daecf72d Utilities: Fix du to print stats for regular files
du <filename> will not print anything until `-a` option was provided.

Fix the behaviour by taking into account the `-a` option only when a
directory is given as the input.
2022-02-14 11:47:52 +01:00

6.5 KiB