Remove VSPRINTF.
[adu.git] / adu.1.inc
1 [NAME]
2 adu \- advanced disk usage
3 [EXAMPLES]
4
5 .PP
6 The following example creates a database containing the disk usage
7 patterns of the /var directory:
8 .IP
9         $ adu --create --database-dir /root/adu-var --base-dir /var
10
11 .PP
12 Here's a simple query that uses the newly created database to print
13 the user-summary:
14 .IP
15         $ adu --select --database-dir /root/adu-var
16
17 .PP
18 The command below prints the five largest directories of the users root and
19 mysql:
20 .IP
21         $ time adu --select --database-dir /root/adu-var --select-options '--select-mode user_list --user root --user mysql --limit 5'
22
23 [SEE ALSO]
24 .BR du (1)