Interactive mode is treated only very briefly in the documentation
and the syntax of the set command is not explained at all.
This commit adds an adu script that can be fed to adu -I to produce
two different output files for the two users under consideration.
Again the same, but omitting /var/cache:
.IP
$ adu -Sd /root/adu-var -s '-m user_list -u root -u mysql -l 5 -p !^cache/'
+.PP
+A simple script for interactive mode:
+
+.EX
+ set -m user_list
+ set -u root
+ set -o file-list.root
+ run
+ reset
+ set -m user_list
+ set -u mysql
+ set -o file-list.mysql
+ run
+.EE
+.PP
+Run adu in interactive mode with the above script (adu-script.txt):
+.IP
+ $ adu -Id /root/adu-var < adu-script.txt
[SEE ALSO]
.BR du (1)