summaryrefslogtreecommitdiffstats
path: root/system/agedu/README
diff options
context:
space:
mode:
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
commitdd1494d45789afc6d3b71344d588a363c6707841 (patch)
tree737d764432279d8ea2180f2eeaac7b3778a28e13 /system/agedu/README
parent27dd93aacec730a34190b0477fb083958e25890d (diff)
downloadslackbuilds-dd1494d45789afc6d3b71344d588a363c6707841.tar.gz
slackbuilds-dd1494d45789afc6d3b71344d588a363c6707841.tar.xz
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/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/agedu/README b/system/agedu/README
new file mode 100644
index 0000000000..b3fef7ef2f
--- /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.