diff options
author | B. Watson <yalhcru@gmail.com> | 2017-05-28 21:11:19 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-05-28 21:11:19 +0100 |
commit | dd1494d45789afc6d3b71344d588a363c6707841 (patch) | |
tree | 737d764432279d8ea2180f2eeaac7b3778a28e13 /system/agedu/README | |
parent | 27dd93aacec730a34190b0477fb083958e25890d (diff) |
system/agedu: Added (time-sensitive 'du' utility).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/agedu/README')
-rw-r--r-- | system/agedu/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/agedu/README b/system/agedu/README new file mode 100644 index 000000000000..b3fef7ef2fce --- /dev/null +++ b/system/agedu/README @@ -0,0 +1,7 @@ +agedu (time-sensitive 'du' utility) + +agedu is a utility for tracking down wasted disk space. It does the +same sort of disk scan as du, but it also records the last-access times +of everything it scans. Then it builds an index that lets it +efficiently generate reports giving a summary of the results for each +subdirectory, and then it produces those reports on demand. |