-4
0
I have a HUGE text file with details of my site users. (11GB+). It's built like that:
Email: example@gmail.com
Address: 1blahblahblahblah (Bitcoin Address).
Password: blahblahblah
Each of the details in a seperate line. (no spaces between them).
The detail I need is the Bitcoin address. I need them orginized in a text file, one after another.
Simply, I need a batch/java/whatever script that skips the first line, takes the Bitcoin address and puts it in a file, and then skips another line.. continuously.
I need the exported BTC addresses in a list, one address for each line.
The output I need:
1Exampleexampleexample
1Exampleexampleexample
1Exampleexampleexample
1Exampleexampleexample
Thanks in advance guys.
1
Welcome to Super User. Unfortunately, we are not a code-writing service. Instead of simply asking for code to perform a particular task, please show us what you've tried so far (including any code you currently have) and where you're stuck so that we can help you with your specific problem. Questions that only ask for code are too broad and are likely to be put on hold or closed.
– DavidPostill – 2015-05-26T17:12:30.587