• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help parsing a text file...

Quixfire

Diamond Member
I have a 1.6GB text file I need to search for a single record, whoopie. The problem I have is my computer won't open the file in any of my text editors.

Is there a way to parse a text file and read/search a section or percentage of it at a time?

Thanks for your reply in advance.

Edit: Typo
 
Ultraedit is your friend.

Free 30 day fully functional demo. I think it can open 4 GB Files. It will take a long time to open....but it should work.

Buut...maybe it's a 2gb file limitation....dont' remmeber.
 

Uh.

Try the 'find' command from a dos prompt. It was written in like 1985 or something and works just as well today. Plus it's already on your windows PC.
 
if you're stuck in windows world, and don't have grep, there's grep-like ports/programs such as these:

wingrep
grep for windows

or just do a search on google for "grep windows" (without the quotes), and I'm sure there'll be many other grep ports that you'll find.
 
I used textpad and search the text files and found matching records.

Thanks for all your replies! 😀

This :beer: is for you!
 
Back
Top