1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 17:51:07 +00:00
uutils-coreutils/tests/fixtures/split
Jeffrey Finkelstein a4955b4e06 split: add support for -x option (hex suffixes)
Add support for the `-x` command-line option to `split`. This option
causes `split` to produce filenames with hexadecimal suffixes instead
of the default alphabetic suffixes.
2022-02-13 11:18:37 -05:00
..
asciilowercase.txt tests: correct a test case for split 2022-02-08 22:53:57 -05:00
fivelines.txt split: use ByteChunkWriter and LineChunkWriter 2022-02-08 22:57:57 -05:00
ninetyonebytes.txt split: correct filename creation algorithm 2022-01-10 20:43:22 -05:00
sixhundredfiftyonebytes.txt split: correct filename creation algorithm 2022-01-10 20:43:22 -05:00
twohundredfortyonebytes.txt split: add support for -x option (hex suffixes) 2022-02-13 11:18:37 -05:00