1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 17:51:07 +00:00
uutils-coreutils/tests
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
..
benches/factor deps: update rand to 0.8 2022-01-24 20:40:29 -05:00
by-util seq: implement -f FORMAT option 2022-01-25 20:48:26 -05:00
common tail: don't error when following non-UTF-8 data 2022-01-24 21:32:52 -05:00
fixtures tests/join: test default check order behaviour 2022-01-22 17:51:29 -05: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