[git-users] Divide the text file on the number of rows

2015-03-27 Thread Anton Pil
There is a text file in UTF 2 GB. 
Tell me how to divide it by 800,000 lines in different files?

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] Divide the text file on the number of rows

2015-03-27 Thread Roman Neuhauser
# kreol2...@gmail.com / 2015-03-27 05:33:21 -0700:
 There is a text file in UTF 2 GB. 
 Tell me how to divide it by 800,000 lines in different files?

man 1 split

nb: this is totally unrelated to git.

-- 
roman

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.