Project 1999

Go Back   Project 1999 > Blue Community > Blue Server Chat

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 05-13-2013, 11:36 PM
Adachi Adachi is offline
Skeleton


Join Date: Sep 2010
Posts: 19
Default

Under Unix you can use the split command.

Code:
split -l 1000000 file.txt
This would split the file every 1,000,000 lines into files named 'xaa', 'xab', 'xac', etc..

And if you need to rejoin the files after editing them, simply use 'cat'

Code:
cat xaa xab xac > newfile.txt
But if you just want to view the file, I'm pretty sure 'less' would work.

Oh, and vim > *
[You must be logged in to view images. Log in or Register.]
Last edited by Adachi; 05-13-2013 at 11:45 PM..
  #2  
Old 05-14-2013, 12:19 AM
Hackscendence Hackscendence is offline
Decaying Skeleton


Join Date: Mar 2012
Posts: 4
Default

Line breaks are still line breaks when the file is converted to CSV.

Copy file, paste somewhere, change extension to CSV, Use This, set max number of lines per file to whatever you'd prefer, convert resulting file extensions back to txt.
  #3  
Old 05-14-2013, 10:57 AM
webrunner5 webrunner5 is offline
Planar Protector

webrunner5's Avatar

Join Date: Nov 2011
Location: Oxford, Ohio
Posts: 4,091
Default

I think if he breaks the files up this thing is never going to work. Like has been said one stupid corrupt sector and yarcarbluee. [You must be logged in to view images. Log in or Register.] This needs to be transfered complete.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:22 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.