Feature #59
Allow multiple selection on filesystem filtering
Start date:
03/29/2012
Due date:
% Done:
0%
Estimated time:
Description
Currently, the -t
options allows to choose only one filesystem type for filtering. It would be nice if we could filter using many type. Something like:
dfc -t ext4,btrfs,ext2
History
Updated by Anonymous almost 9 years ago
Another idea... How about an option to show only "real device" filesystems? (e.g. 'grep -v nodev /proc/filesystems')
However this would be easily scriptable. ;)
Updated by Robin Hahling almost 9 years ago
Yep, I thought about this one too. I will probably implement it also, sometimes in the future. Thanks for the suggestion.