From dd1494d45789afc6d3b71344d588a363c6707841 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 28 May 2017 21:11:19 +0100 Subject: system/agedu: Added (time-sensitive 'du' utility). Signed-off-by: David Spencer --- system/agedu/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 system/agedu/README (limited to 'system/agedu/README') diff --git a/system/agedu/README b/system/agedu/README new file mode 100644 index 0000000000000..b3fef7ef2fce9 --- /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. -- cgit v1.2.3