Feature #47
Support for filtering filesystems (like 'df -t ext4')
Start date:
03/28/2012
Due date:
% Done:
0%
Estimated time:
Description
Support for filtering filesystems (like 'df -t ext4').
History
Updated by Robin Hahling almost 9 years ago
This one is a nice idea, I will implement it for the next version. :)
Updated by Christian Hesse almost 9 years ago
Should be possible to give this option more than once, so 'dfc -t ext4 -t btrfs' gives all filesystems that are ext4 or btrfs.
(Other syntax is welcome, so I am fine with 'dfc -t ext4,btrfs' as well.)
Updated by Robin Hahling almost 9 years ago
I already implemented your feature request before seeing your comment. The filter accepts only one filesystem type for the moment.
However, your idea is very nice. Can you open a new feature request for this?