On my BSD system, I have separate partitions for /usr :
/usr
/usr/local
/usr/X11R6
I would like to use dust to see my disk utilization for /usr excluding other partitions under /usr path.
I used -X option but it does not work : ./dust -r /usr -X local -X X11R6 => /usr/local and /usr/X11R6 are not excluded from disk size usage.
On my BSD system, I have separate partitions for
/usr:/usr/usr/local/usr/X11R6I would like to use
dustto see my disk utilization for/usrexcluding other partitions under/usrpath.I used
-Xoption but it does not work :./dust -r /usr -X local -X X11R6=>/usr/localand/usr/X11R6are not excluded from disk size usage.