I split file like this:
 split --line-bytes=10M test.txt
but I also want to limit line.
 so the cmd maybe like this:
 split --line-bytes=10M --max-lines=100 test.txt

Reply via email to