mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
split: implement -n option
Implement the `-n` command-line option to `split`, which splits a file into a specified number of chunks by byte.
This commit is contained in:
parent
b816e80e2f
commit
b636ff04a0
4 changed files with 144 additions and 27 deletions
2
tests/fixtures/split/asciilowercase.txt
vendored
2
tests/fixtures/split/asciilowercase.txt
vendored
|
@ -1 +1 @@
|
|||
abcdefghijklmnopqrstuvwxyz
|
||||
abcdefghijklmnopqrstuvwxyz
|
Loading…
Add table
Add a link
Reference in a new issue