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

modify

parent 424efc43
......@@ -98,7 +98,7 @@ else
do
if [[ $Counter -ge $linestoskip ]]; then
echo "$ROW" >> $FILE
array=(${$ROW//,/ })
array=(${ROW//,/ })
for var in ${array[@]}
do
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