coreutils/src
Jeffrey Finkelstein 766c85fb5e dd: correct order and phrasing of truncated record
Place the "truncated records" line below the "records out" line in the
status report produced by `dd` and properly handle the singularization
of the word "record" in the case of 1 truncated record. This matches
the behavior of GNU `dd`.

For example

    $ printf "ab" | dd cbs=1 conv=block status=noxfer > /dev/null
    0+1 records in
    0+1 records out
    1 truncated record

    $ printf "ab\ncd\n" | dd cbs=1 conv=block status=noxfer > /dev/null
    0+1 records in
    0+1 records out
    2 truncated records
2022-02-18 23:49:33 -05:00
..
bin Merge pull request #3137 from tertsdiepraam/docs-multiline-usage 2022-02-15 10:26:47 +01:00
uu dd: correct order and phrasing of truncated record 2022-02-18 23:49:33 -05:00
uucore uucore(memo): refactor error propogation with new SubError enum 2022-02-17 22:43:30 -05:00
uucore_procs uucore, uucore_procs: use the correct URLs in the crate manifest 2022-02-12 21:31:39 -08:00