473,598 Members | 3,409 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Program to split very large files by line count

I have some files that are anywhere from 3GB to 9GB and I need to split
them down to a series of smaller files similar to what the "split"
command in linux can do. Unfortunately, I do not have access to a
linux machine right now. I have been told that a program could be
written in C/C++ that would do this very quickly.

Can anyone point me to a tutorial or how-to that will teach me to write
a quick program do accomplish this?

for example

split.exe <file.to.split< output.filename .prefix>
<number.of.line s.per.file>

split.exe bigfile.txt bigfile_ 1000000

Thanks,

CJ

Nov 10 '06 #1
2 3605
Curious Joe wrote:
I have some files that are anywhere from 3GB to 9GB and I need to split
them down to a series of smaller files similar to what the "split"
command in linux can do. Unfortunately, I do not have access to a
linux machine right now. I have been told that a program could be
written in C/C++ that would do this very quickly.

Can anyone point me to a tutorial or how-to that will teach me to write
a quick program do accomplish this?

for example

split.exe <file.to.split< output.filename .prefix>
<number.of.line s.per.file>

split.exe bigfile.txt bigfile_ 1000000
Try installing mingw. It probably has the GNU splut command there.
Nov 10 '06 #2

Gianni Mariani wrote in message
<45************ **********@per-qv1-newsreader-01.iinet.net.au >...
>Curious Joe wrote:
>I have some files that are anywhere from 3GB to 9GB and I need to split
them down to a series of smaller files similar to what the "split"
command in linux can do. Unfortunately, I do not have access to a
linux machine right now. I have been told that a program could be
written in C/C++ that would do this very quickly.

Can anyone point me to a tutorial or how-to that will teach me to write
a quick program do accomplish this?

for example

split.exe <file.to.split< output.filename .prefix>
<number.of.lin es.per.file>

split.exe bigfile.txt bigfile_ 1000000
Try installing mingw. It probably has the GNU splut command there.
"split.exe" is in 'Msys'.

--
Bob R
POVrookie
Nov 10 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
2156
by: Brian Roberts | last post by:
I have a command line Python program that sometimes takes a bit (several minutes) to run. I want to provide an optional method for an impatient user (me!) to check the status of the program. The type and amount of status information doesn't fit nicely into a --verbose or logger -- either too little or too much information at different points. I think an optional web page would be convenient interface. The Python program would listen...
2
8053
by: mehul | last post by:
hi all, i am just starting with PERL and had this doubt related to the speical operator +. what it says is that in the line split( / +/,$line); it will not ignore the initial spaces as it starts a word when it encounters a space... so if possibly there is only a single space in the staring,then it shldnt be a problem isnt it? and also if there are more than 1 spaces then it says that also the word count would be 1 more than the total no...
3
2780
by: Tommo | last post by:
Hello All, I am a still learning so be easy on me. I am trying to get some code to work that is using JS and Perl/CGI, I am using AS Perl and an Apache Server on XP as the webserver. Can anyone take a look at the code and tell me why I am getting Apache Server errors in the code below (Part A), when I modify the code as shown in part B the errors go but the JS does not run ?? Part A.
11
9459
by: James Hu | last post by:
This program is long. I don't really want to bore everyone with the details, but it handles wierd cases like: /\ * this is a comment *\ / #define FOO ??/* this is not a comment */ char *a = /* this is a comment "\*/"this is a string"/*" another comment */;
17
2233
by: JunDa.Huang | last post by:
I am a university student, How to study program language well ?
6
24142
by: ivan.perak | last post by:
Hello, im a beginner in VB.NET... The thing i would like to do is as it follows.... I have a text file (list of names, every name to the next line) which is about 350000 lines long. I would like to split it and create a new file at every lets say 20000 lines... so, the directory output would have to be something like this:
14
2296
by: cs | last post by:
Hi, I'm new to C and would appreciate any feedback on the following program, asplit, which splits a file into 2 new files, putting a certain number of lines in the first file, and all the rest in the second file. Any comments as to non-portability, stylistic infelicities, outright bugs or anything else would be very much appreciated.
10
1985
by: len | last post by:
I have created the following program to read a text file which happens to be a cobol filed definition. The program then outputs to a file what is essentially a file which is a list definition which I can later copy and past into a python program. I will eventually expand the program to also output an SQL script to create a SQL file in MySQL The program still need a little work, it does not handle the following items
0
7991
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7902
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8398
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
5850
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5438
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3939
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2412
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1504
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1250
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.