> ===
> #!/bin/sh
> exec 3< "user.list"
> exec 4< "pass.list"
>
> while IFS= read -r user <&3 && IFS= read -r pass <&4
> do
> exampleprogram "$user" "$pass"
> done
>
> exec 3<&-
> exec 4<&-
I arranged according to this example. Very thanks.
On Thu, Jan 25, 2018 at 03:35:35PM +0300, Gokan Atmaca wrote:
> The problem is: I can pull the users one by one. I can not do the same
> for passwords.
Why not?
> Do I need to use "Mapfile" for this?
How would we know? You haven't told us what is in the files, or what
you want to DO with the co
>> I have the user list and the password list. I shot them with BASH. I
>> want to give passwords to the usernames in these separate files in
>> order.
>>
>> File names:
>> Users.list
>> Passwords.list
Hello
I'm sorry for the late reply.
The problem is: I can pull the users one by one. I can not
On Sun, Jan 14, 2018 at 03:46:06PM +0300, Gokan Atmaca wrote:
> I have the user list and the password list. I shot them with BASH. I
> want to give passwords to the usernames in these separate files in
> order.
>
> File names:
> Users.list
> Passwords.list
>
> In a loop, I have to not throw them
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sun, Jan 14, 2018 at 03:46:06PM +0300, Gokan Atmaca wrote:
> Hello
>
> I have the user list and the password list. I shot them with BASH. I
> want to give passwords to the usernames in these separate files in
> order.
>
> File names:
> Users.list
5 matches
Mail list logo