Jan 27, 2024, 01:39 AM
Grep in shell (Linux/Mac)
findstr in command line (Windows)
findstr in command line (Windows)
|
how to open big files
by remmr - Thursday January 25, 2024 at 03:29 PM
|
|
Jan 27, 2024, 01:39 AM
Grep in shell (Linux/Mac)
findstr in command line (Windows)
Jan 27, 2024, 01:42 AM
(Jan 25, 2024, 03:29 PM)remmr Wrote: I just downloaded wattpad database, which is 120 gb sql file. When I open it, i cannot use crtl+f to find someone because data is too big and my software is crashing. Do you know how can I find the data that I am looking. Which software should I use (Linux machine)? or any other way for me to read the sql file. Import it into a database and then index the main Email or Phone or User fields that you find useful. cat FILE.sql |mongoimport --type csv -c wattpad -d wattpad --fields a,b,c,d Maybe use perl, sed, awk to clean up the sql file first.
Jan 27, 2024, 02:18 AM
(Jan 27, 2024, 01:42 AM)blackboar Wrote:(Jan 25, 2024, 03:29 PM)remmr Wrote: I just downloaded wattpad database, which is 120 gb sql file. When I open it, i cannot use crtl+f to find someone because data is too big and my software is crashing. Do you know how can I find the data that I am looking. Which software should I use (Linux machine)? or any other way for me to read the sql file. i just split the file into smaller pieces and it worked well. Thx for your help anyways
Jan 27, 2024, 02:41 AM
(Jan 27, 2024, 02:18 AM)remmr Wrote:(Jan 27, 2024, 01:42 AM)blackboar Wrote:(Jan 25, 2024, 03:29 PM)remmr Wrote: I just downloaded wattpad database, which is 120 gb sql file. When I open it, i cannot use crtl+f to find someone because data is too big and my software is crashing. Do you know how can I find the data that I am looking. Which software should I use (Linux machine)? or any other way for me to read the sql file. Sure that works. Until you have 10 or so of the top biggest breaches and then your hdd slows to a crawl whenever you grep the files... Indexing is a gift from God. Don't spit in his face.
Jan 27, 2024, 05:00 PM
grep "yoursearchkey" wattpad.txt
Jan 27, 2024, 06:06 PM
If you are using windows you can download large text viewer from microsoft store. its what i use to check those database.
This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Leeching | https://breachforums.rs/Forum-Ban-Appeals if you feel this is incorrect.
Jan 28, 2024, 12:50 AM
you should try 010editor
https://www.sweetscape.com/010editor/
Jan 28, 2024, 08:50 AM
use glogg or hxd, personally using hxd cause it has low memory usage
Jan 28, 2024, 11:23 PM
Weirdly the easiest way to get unix commands in windows was using Git tools but I can't seem to find them anymore
Here's a summary of other possibilities: https://stackoverflow.com/questions/3519...er-windows |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| A collection of deepweb sites [2025] | 112 | 3,341 |
3 hours ago Last Post: IsItReal |
||
| Hacking forums and their links 2026 | 1 | 230 |
6 hours ago Last Post: phas3lock |
||
| What is your most efficent way to gain initial access? | 1 | 165 |
6 hours ago Last Post: phas3lock |
||
| FREE 3 UNCENSORED HACKING LLM | 69 | 1,953 |
6 hours ago Last Post: phas3lock |
||
| Largest Discord User History Archive - 10m+ Users | 319 | 40,788 |
Yesterday, 09:41 PM Last Post: AlexDoe |
||