From: Andre Noll Date: Sat, 4 Jun 2016 13:43:01 +0000 (+0200) Subject: manual: Add two more examples. X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=commitdiff_plain;h=e013b5cf3657d02b3eea27cf8e77d84ac3210a5d;hp=dcdfc01e9f9edfe6e11b5aab1ee582174086a2b3 manual: Add two more examples. Thomas Helle suggested to mention also the global summary and the --list-sort feature of adu. This commit adds two more examples which illustrate these features. --- diff --git a/adu.1.inc b/adu.1.inc index 79f1478..1bf06c2 100644 --- a/adu.1.inc +++ b/adu.1.inc @@ -13,7 +13,14 @@ Here's a simple query that uses the newly created database to print the user-summary: .IP $ adu --select --database-dir /root/adu-var - +.PP +To print the one-line global summary instead, use +.IP + $ adu --select --database-dir /root/adu-var --select-options '--select-mode global_summary' +.PP +To sort the user summary by file count rather than by file size, run +.IP + $ adu --select --database-dir /root/adu-var --select-options '--list-sort=file_count' .PP The command below prints the five largest directories of the users root and mysql: