diff --git a/HowtoDUC.md b/HowtoDUC.md index d02e0633..c2c0ee40 100644 --- a/HowtoDUC.md +++ b/HowtoDUC.md @@ -45,6 +45,12 @@ On peut tout aussi bien ajouter dans le fichier index, éléments par éléments # duc index -d duc.idx /etc/hosts ~~~ +Exemple, analyser /backup, avec un index dans /home : + +~~~ +# duc index -p -d /home/duc_backup.idx /backup +~~~ + Afficher l'espace disque avec l'interface ncurses. (q pour quitter, flèche directionnelles pour naviguer). ~~~