mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 09:48:03 +00:00
ab717ce370
Implement the "File" column in the `df` output table. Before this commit, a blank entry appeared in the "File" column for each row. After this commit, a "-" entry appears when `df` is run with no positional arguments and the filename appears when run with positional arguments. For example: $ touch a b c && df --output=target,file a b c Mounted on File / a / b / c |
||
---|---|---|
.. | ||
benches/factor | ||
by-util | ||
common | ||
fixtures | ||
test_util_name.rs | ||
tests.rs |