coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

General usage and advice for split


From: t _ liang
Subject: General usage and advice for split
Date: Thu, 25 Oct 2018 11:08:38 +0800

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

[Prev in Thread] Current Thread [Next in Thread]