GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How can I open a 3GB text file? (https://gfy.com/showthread.php?t=1172607)

clickity click 08-22-2015 04:02 PM

How can I open a 3GB text file?
 
I have tried notepad++ and VIM.

Relic 08-22-2015 04:05 PM

I was able to load the files using osx and nano. Get a 64 bit computer.

clickity click 08-22-2015 04:07 PM

Quote:

Originally Posted by Relic (Post 20558176)
I was able to load the files using osx and nano. Get a 64 bit computer.

I have an i7 with 12GB Ram and 64 bit. I'm using windows though.

Colmike9 08-22-2015 04:08 PM

Yeah, Notepad++ has a 2Gb limit I think.

Try 010Editor

DVTimes 08-22-2015 04:24 PM

Can you not just open it in your browser?

clickity click 08-22-2015 04:39 PM

Quote:

Originally Posted by DVTimes (Post 20558191)
Can you not just open it in your browser?

No fool, I said file not Web page.

Aka_Bluey 08-22-2015 04:41 PM

Simple Text Splitter
Very simple text splitter that can split text based files (txt, log, srt etc.) into smaller chunks.

Simple Text Splitter - Split Large Text Files In Windows 8 & 7

Simple Text Splitter download | SourceForge.net

clickity click 08-22-2015 04:44 PM

I will try this, sounds like big dump.

Actually vim ended up opening the file but it took like 10 minutes.

BigFurry 08-22-2015 05:01 PM

A bunch of tips here:
notepad++ - How to read Text File of about 2 GB? - Stack Overflow

EddyTheDog 08-22-2015 05:53 PM

Do you need all of it at the same time?..

Is it a data dump?....

xXXtesy10 08-22-2015 06:09 PM

you can.. ROLL TUBE!

pr0phet 08-22-2015 06:46 PM

Everyone trying to open the Ashley Madison files?

shake 08-22-2015 06:57 PM

You should load it into MySQL then you can run queries.

Barry-xlovecam 08-22-2015 06:58 PM

GNU/LINUX Terminal
Code:

#cat [file]|more
#grep -i "word" file|more
case insensitive or
#grep -c "word" file
count

Windows is soooo lame...

use your server

or just open a shell
Windows command prompt PowerShell (terminal)

Code:

cd \location\  ...\
> get-content filename |more

cd \location\  ...\
>sls word .\filename |more

(page down is the space bar or down arrow line to line GNU/LINUX or Windows)

Barry-xlovecam 08-22-2015 07:01 PM

Quote:

Originally Posted by shake (Post 20558289)
You should load it into MySQL then you can run queries.

True but you would need the column headings if it is a csv

#head -n3 filename

Unless it is a .sql file ...

OneHungLo 08-22-2015 07:07 PM

Quote:

Originally Posted by Relic (Post 20558176)
I was able to load the files using osx and nano. Get a 64 bit computer.

Quote:

Originally Posted by xXXtesy10 (Post 20558258)
you can.. ROLL TUBE!

Good catch.

Looks like Relic = Hadden = Roll Tube and Vapid and Operator and on and on...

EddyTheDog 08-22-2015 08:26 PM

Quote:

Originally Posted by Barry-xlovecam (Post 20558291)
True but you would need the column headings if it is a csv

#head -n3 filename

Unless it is a .sql file ...

If he zipped it and sent it to phpMyAdmin I think it would handle it on the fly - It would take a few php.ini changes though...

j3rkules 08-23-2015 01:48 AM

Quote:

Originally Posted by BigFurry (Post 20558221)

:thumbsup

freecartoonporn 08-23-2015 02:41 AM

you are not alone.,

try https://www.textpad.com/
or VIM , idk why VIM didnt work for you, it always works for me , with huge files.

Relic 08-23-2015 02:52 AM

Quote:

Originally Posted by EddyTheDog (Post 20558334)
If he zipped it and sent it to phpMyAdmin I think it would handle it on the fly - It would take a few php.ini changes though...

It could require my.cnf changes as well..

Cyber Fucker 08-23-2015 03:46 AM

Quote:

Originally Posted by pr0phet (Post 20558281)
Everyone trying to open the Ashley Madison files?

I guess so, he was posting first about ripping others people websites and getting anonymous hosting, I guess he has another brilliant idea of using Ashley Madison db dumps.

Colmike9 08-23-2015 09:50 AM

Quote:

Originally Posted by Cyber Fucker (Post 20558471)
I guess so, he was posting first about ripping others people websites and getting anonymous hosting, I guess he has another brilliant idea of using Ashley Madison db dumps.

I'll bet he's making a 2 column website with everyone's name where you can buy individual info or by bulk, but then he'll get overwhelmed with over 1 sale/day that he has to manually process and give it up.. :2 cents:

Barry-xlovecam 08-23-2015 10:17 AM

Quote:

Originally Posted by Colmike7 (Post 20558644)
I'll bet he's making a 2 column website with everyone's name where you can buy individual info or by bulk, but then he'll get overwhelmed with over 1 sale/day that he has to manually process and give it up.. :2 cents:


:1orglaugh:1orglaugh:1orglaugh then be sued and in a WIPO Domain resolution arbitration.

What's phpMyAdmin? LOL -- something I have no use for.
SSH or open a Terminal then log in to the MYSQL daemon direct :2 cents:

AdultKing 08-23-2015 10:22 AM

Why are there people in this thread trying to help this fuckwit of an OP ?

Colmike9 08-23-2015 10:30 AM

Quote:

Originally Posted by AdultKing (Post 20558680)
Why are there people in this thread trying to help this fuckwit of an OP ?

I keep forgetting who he is.. :Oh crap

Barry-xlovecam 08-23-2015 10:35 AM

Set him up for a fall of his own making?

DVTimes 08-23-2015 11:40 AM

Quote:

Originally Posted by clickity click (Post 20558200)
No fool, I said file not Web page.

IN IE

1. Go to 'file'.

2. Click on 'open'.

3. Click on 'browse'.

4. Find file (make sure you click on text file option).

You can then read the text file.

Most browsers should read text files no problem.

DVTimes 08-23-2015 11:44 AM

Quote:

Originally Posted by clickity click (Post 20558200)
No fool, I said file not Web page.


Or an even simpler option is put the location of the file into your browser, ie:

E:/mine/info/123.txt

or

file:///E:/mine/info/123.txt

Or to find the file simply type the location of the file hard drive into your browser. Ie:

E:/

You can view most files types this way.

HomerSimpson 08-23-2015 04:42 PM

Try using EmEditor...

clickity click 08-23-2015 05:08 PM

Quote:

Originally Posted by DVTimes (Post 20558727)
IN IE

1. Go to 'file'.

2. Click on 'open'.

3. Click on 'browse'.

4. Find file (make sure you click on text file option).

You can then read the text file.

Most browsers should read text files no problem.

Idiot. Try opening a 3gb file this way and let me know how you get on.

SpicyM 08-23-2015 06:56 PM

Quote:

Originally Posted by OneHungLo (Post 20558293)
Good catch.

Looks like Relic = Hadden = Roll Tube and Vapid and Operator and on and on...

Lawrence Connor

Nitzer Ebb 08-23-2015 07:41 PM

let us know if you find your fathers name in that Ashley Madison dump file :1orglaugh

freecartoonporn 08-23-2015 09:45 PM

Quote:

Originally Posted by AdultKing (Post 20558680)
Why are there people in this thread trying to help this fuckwit of an OP ?

who is he eaxctly ?

johnnyloadproductions 08-23-2015 11:22 PM

GUI add a lot of taxing processing to anything, just like trying to open a directory with thousands of files, same goes for open such a large file in a program.

scarlettcontent 08-24-2015 12:01 AM

I use vim for large file on windows

cam_girls 08-24-2015 12:03 AM

Split it into 5 smaller text files in PHP!


Quote:

<?

$thefile = 'mytext.txt';

$fp = fopen($thefile, 'r');
$text = fread( $fp, filesize($thefile));
fclose($fp);

$textsize = floor(strlen($text)/5);
$f1 = substr($text, 0, $textsize);
$f2 = substr($text, $textsize,$textsize);
$f3 = substr($text, $textsize*2,$textsize);
$f4 = substr($text, $textsize*3,$textsize);
$f5 = substr($text, $textsize*4,$textsize);

$fp = fopen('1' . $thefile , 'w');
fwrite($fp, $f1);
fclose($fp);
$fp = fopen('2' . $thefile , 'w');
fwrite($fp, $f2);
fclose($fp);
$fp = fopen('3' . $thefile , 'w');
fwrite($fp, $f3);
fclose($fp);
$fp = fopen('4' . $thefile , 'w');
fwrite($fp, $f4);
fclose($fp);
$fp = fopen('5' . $thefile , 'w');
fwrite($fp, $f5);
fclose($fp);

echo "SMALL FILESIZE = " . $textsize;

?>

clickity click 08-24-2015 12:37 AM

Thanks to those that helped and fuck you to adult king.

AdultKing 08-24-2015 12:38 AM

Quote:

Originally Posted by clickity click (Post 20559101)
Thanks to those that helped and fuck you to adult king.

:1orglaugh


All times are GMT -7. The time now is 12:55 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc