bansalhimanshu
Programmer
Please tell me a unix command or utility for splitting of a very big text file into small files of say 2 lines each. For now I wrote my own script to do the job but I am looking for some standard command/utility.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
man split said:-a --suffix-length=N
use suffixes of length N (default 2)
bansalhimanshu said:But does it work when the number of files is greater than 676?