1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 09:41:07 +00:00
uutils-coreutils/src
Jeffrey Finkelstein ee36dea1a9 split: implement outputting kth chunk of file
Implement `-n l/k/N` option, where the `k`th chunk of the input file
is written to stdout. For example,

    $ seq -w 0 99 > f; split -n l/3/10 f
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
2022-03-05 10:27:51 +01:00
..
bin fix Rust 1.59 clippy lints 2022-02-25 09:39:48 +01:00
uu split: implement outputting kth chunk of file 2022-03-05 10:27:51 +01:00
uucore realpath: Error when resolved symlink is absolute and ENOENT (#3037) 2022-03-03 23:06:15 +01:00
uucore_procs uucore, uucore_procs: use the correct URLs in the crate manifest 2022-02-12 21:31:39 -08:00