2
0
Fork 0
mirror of https://github.com/uutils/coreutils synced 2024-12-14 15:22:38 +00:00
coreutils/tests
Jeffrey Finkelstein d0ebd1c9d0 df: add support for --total option
Add support for the `--total` option to `df`, which displays the total
of each numeric column. For example,

    $ df --total
    Filesystem            1K-blocks     Used Available Use% Mounted on
    udev                    3858016        0   3858016   0% /dev
    ...
    /dev/loop14               63488    63488         0 100% /snap/core20/1361
    total                 258775268 98099712 148220200  40% -
2022-03-05 10:29:46 +01:00
..
benches/factor all: change macros 2022-01-29 15:26:32 +01:00
by-util df: add support for --total option 2022-03-05 10:29:46 +01:00
common realpath: Error when resolved symlink is absolute and ENOENT () 2022-03-03 23:06:15 +01:00
fixtures split: implement outputting kth chunk of file 2022-03-05 10:27:51 +01:00
test_util_name.rs tests: silence clippy warnings for unused_imports 2021-10-10 00:52:18 +02:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00