- Create an input file "100test.txt" with 100 lines of "1test" (copy paste the first line until 10th, then copy the 10 lines and paste 9 times)
- Use this command: vanitysearch -stop -i 100test.txt -o 100testresult.txt
By using -stop argument, it will only search each of the input files' line, 100 lines =100 results.
You can use notepad++ so you can monitor the number of lines.
Good solution, but what if I want create several files?
For example I will make one input file with 100 lines but I want create 10 output files with 100 lines (each file)
without any break (between making every next file)
first file, then next file, then next file and so on.... till 10 file (last).
How to do that?