Hi,
I have this problem: I have file with:
login1;pass1
login2;pass2
login3;pass3
login4;pass4
login5;pass5
etc.
I want to make script and run it like 20 threads but I want 1 thread to read only 1 line and second thread read only 2 line (not random). Is there any way to get this done?
login;passlogin;pass
I have this problem: I have file with:
login1;pass1
login2;pass2
login3;pass3
login4;pass4
login5;pass5
etc.
I want to make script and run it like 20 threads but I want 1 thread to read only 1 line and second thread read only 2 line (not random). Is there any way to get this done?
login;passlogin;pass