S
skyman302
I need a program to open an 8gb text file and edit it. Is there
anything out there that can handle it?
anything out there that can handle it?
I need a program to open an 8gb text file and edit it. Is there
anything out there that can handle it?
(e-mail address removed) wrote:
I need a program to open an 8gb text file and edit it. Is there
anything out there that can handle it?
I need a program to open an 8gb text file and edit it. Is there
anything out there that can handle it?
jo said:LOL.
I was thinking more WTF? 8gb has got to be either a typo, or he's got the
entire contents of his local library backed up on his hard drive.
DG.
I need a program to open an 8gb text file and edit it. Is there
anything out there that can handle it?
I need a program to open an 8gb text file and edit it. Is there
anything out there that can handle it?
I need a program to open an 8gb text file and edit it. Is there
anything out there that can handle it?
Version 3.0f has had minor internal changes and has taken advantage of
the technology of a new linker written by Pelle Orinius to bring it down
to its preferred size of 6k (6144 bytes). TheGun from its origin was
designed to be useful within the boundaries of minimum size, high speed
performance and no useless features. Its original purpose was to dump
results from a compiler or an assembler build into for display which
demanded near instant load.
TheGun does not use any additional runtime DLLs and is coded in Microsoft
Assembler (MASM) using the Windows API functions.. It does not use or
write to the registry at all and will run on Windows versions from Win95b
upwards. In common with the last version, it uses a very high speed
dispatcher internally for system message processing, it now tests for
read only files and handles the XP style of file dialog correctly. It
uses an extended version of the system "MessageBox" to display various
forms of information.
For 6k in file size, it is fully drag and drop enabled, it supports
wordwrap and it has a seperate accessory to change some of the startup
settings. The accessory is SETGUN.EXE and it patches the settings
directly into the disk file so there is no need for an INI file or a
registry setting. It has a system defined text search capacity where you
can search for text with the options of case sensitive, insensitive or
search for whole words only. There is "right click" support for the menu
options built into TheGun. You can quickly exit TheGun by pressing the
ESC key.
TheGun does not have an effective file size limit and the maximum size
that can be loaded into it is determined by available memory and loading
speed of the file. It can typically load files in excess of 10 megabytes
with no problems. It has been speed optimised for both file load and
save.
Printing is a low priority issue with a text editor of this type and the
capacity it has is farmed out to the system file Wordpad.Exe. The margin
settings are those that are set in Wordpad.
TheGun still maintains its size and speed advantage over the system
Notepad.Exe so if these are issues that, Number One Son will do the job
for you "just fine".
Actually it's a set of geographic points and elevations. It is in fact
8 "GB". What I need to do is delete a few collums of data. Any
suggestions?
Actually it's a set of geographic points and elevations. It is in fact
8 "GB". What I need to do is delete a few collums of data. Any
suggestions?
Actually it's a set of geographic points and elevations. It is in fact
8 "GB". What I need to do is delete a few collums of data. Any
suggestions?
Actually it's a set of geographic points and elevations. It is in fact
8 "GB". What I need to do is delete a few collums of data. Any
suggestions?
"Rodders" <[email protected]> wrote:
I recommend ultraedit, it also has a coloumn select feature.
But unless it has been written using 64-bit file handling, it won't doMLC said:(e-mail address removed)_, giovedì 06/gen/2005:
"EditPad does not impose a limit on the size of files you can open and edit
with it."
http://www.editpadpro.com/editpadlite.html
If it's nice and regular, an "awk" script would be even smaller.If the OP is still reading, what is this file? I think I can write a
program that will read the original, write temp 100 meg files to be
edited, and then put it back together.
REM said:That looks to be shareware. What is the largest file you've ever
opened and edited with it?
An 8 gig file is going to be a nightmare. The program will have to
load the file into memory and then into swap space. All caches will
have to be written and updated as any action is taken and the whole
thing will have to be written back from swap to file on save or exit.
On one hand, it will be interesting to see if editing and saving an 8
gig file is possible.
On the other I don't think it is, for all practical purposes.
1 GB, It was slow but accurate. Afterwards I had the Edited File plusRodders said:That looks to be shareware.
That's because it is.
What is the largest file you've ever opened and edited with it?
Are you accepting the challenge?An 8 gig file is going to be a nightmare. The program will have to
load the file into memory and then into swap space. All caches will
have to be written and updated as any action is taken and the whole
thing will have to be written back from swap to file on save or exit.
Said like a Real programmer.
On one hand, it will be interesting to see if editing and saving an 8
gig file is possible.
It's only natural to have doubts.On the other I don't think it is, for all practical purposes.
The only logical solution for a file this size would be a conversionIf the OP is still reading, what is this file? I think I can write a
program that will read the original, write temp 100 meg files to be
edited, and then put it back together.