ption even in version 3.0
http://hpux.connect.org.uk/hppd/hpux/Misc/zip-3.0/man.html
Valerij Rozouvan
--
View this message in context:
http://www.nabble.com/version-3.2.39-radically-differs-from-3.2.48-tp23529611p23583295.html
Sent from the Gnu - Bash mailing list archive at Nabble.com.
hHgWgpMGI5tMJoLQfH5Pze3p8AdBSok95y6kXS"
>> >> file_to_enc
>>echo "YEWsqFObt1SzQpLSNTsYtkmNrplvJgmIUi8kVWtpVjWMJHEuz4s2mMNNb6hTmDz"
>> >> file_to_enc
>>
>>c1=1
>>
>>for pass in ${passowrds[*]}
>>do
>>
valerij_rozouvan wrote:
> Hi all,
>
> The malfunctioning script can be found here (a copy is at the bottom of this
> message), along with the information about the system and versions of
> software that I am using:
>
> http://forums.debian.net/viewtopic.php?t=39032
>
> Please help me figure out
ass with \"${pass}\" password"
>do_run "$pass"
>c1=$((c1+1))
>done
>
>rm --force file_to_enc
>
>exit 0
I would bet on different versions of the other tools used in your script,
since bash doesn't ask for passwords.
Put set -x at the top of your script and see what is really executed.
(btw the correct way to iterate over elements of an array is: for pass in
"${passwor...@]}" )
> --
> View this message in context:
> http://www.nabble.com/version-3.2.39-radically-differs-from-3.2.48-tp23529611p23529611.html
> Sent from the Gnu - Bash mailing list archive at Nabble.com.
>
>
>
>
"YEWsqFObt1SzQpLSNTsYtkmNrplvJgmIUi8kVWtpVjWMJHEuz4s2mMNNb6hTmDz"
>> file_to_enc
c1=1
for pass in ${passowrds[*]}
do
echo "[${c1}/10] Doing pass with \"${pass}\" password"
do_run "$pass"
c1=$((c1+1))
done
rm --force file_to_enc
exit 0
--
View this message in context:
http://www.nabble.com/version-3.2.39-radically-differs-from-3.2.48-tp23529611p23529611.html
Sent from the Gnu - Bash mailing list archive at Nabble.com.