coreutils/src
Jeffrey Finkelstein 4fbe2b2b5e seq: implement -f FORMAT option
Add support for the `-f FORMAT` option to `seq`. This option instructs
the program to render each value in the generated sequence using a
given `printf`-style floating point format. For example,

    $ seq -f %.2f 0.0 0.1 0.5
    0.00
    0.10
    0.20
    0.30
    0.40
    0.50

Fixes issue #2616.
2022-01-25 20:48:26 -05:00
..
bin uudoc: fix clippy lint 2022-01-22 11:59:41 +01:00
uu seq: implement -f FORMAT option 2022-01-25 20:48:26 -05:00
uucore Merge pull request #2777 from jfinkels/uucore-printf 2022-01-25 23:22:27 +01:00
uucore_procs 0.0.12 2022-01-19 05:35:00 -06:00