Commit 7fab0eaf authored by 段英荣's avatar 段英荣

modify

parent 424efc43
...@@ -98,7 +98,7 @@ else ...@@ -98,7 +98,7 @@ else
do do
if [[ $Counter -ge $linestoskip ]]; then if [[ $Counter -ge $linestoskip ]]; then
echo "$ROW" >> $FILE echo "$ROW" >> $FILE
array=(${$ROW//,/ }) array=(${ROW//,/ })
for var in ${array[@]} for var in ${array[@]}
do do
echo "$var" >> $DICFILE echo "$var" >> $DICFILE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment