mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
ee36dea1a9
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 |
||
---|---|---|
.. | ||
asciilowercase.txt | ||
fivelines.txt | ||
ninetyonebytes.txt | ||
onehundredlines.txt | ||
sixhundredfiftyonebytes.txt | ||
threebytes.txt | ||
twohundredfortyonebytes.txt |