1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 01:31:08 +00:00
uutils-coreutils/src
Jeffrey Finkelstein ec048b3857 df: implement the --output command-line argument
Implement the `--output` command-line argument, which allows
specifying an exact sequence of columns to display in the output
table. For example,

    $ df --output=source,fstype | head -n3
    Filesystem       Type
    udev             devtmpfs
    tmpfs            tmpfs

(The spacing does not exactly match the spacing of GNU `df` yet.)

Fixes #3057.
2022-03-10 22:50:15 -05:00
..
bin fix Rust 1.59 clippy lints 2022-02-25 09:39:48 +01:00
uu df: implement the --output command-line argument 2022-03-10 22:50:15 -05:00
uucore Merge pull request #3116 from nickd0/printf-round-fix 2022-03-09 19:47:52 +01:00
uucore_procs Update of the cargo.lock url to point to the right branch 2022-03-06 22:13:17 +01:00