質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,7 +19,7 @@
|
|
19
19
|
|
20
20
|
i=0
|
21
21
|
for e in ${username[@]}
|
22
|
-
for f in ${userpass[@]}; do
|
22
|
+
for f in ${userpass[@]}; do #上の行とここの行の記述方法がわからない。
|
23
23
|
echo "username[$i] = ${e} userpass[$i] = ${f}"
|
24
24
|
let i++
|
25
25
|
done
|