建议给定嵌套循环的优化代码

问题描述

| 请帮助我使以下代码更具可读性或(建议进行任何优化)
    @for i in $(LIST_A); do \\
            for j in  $(LIST_B); do\\
            if [ \"$$i\" = \"$$j\" ] ;then\\
             echo \" A match found \";\\                
            else\\
            echo \"Not found any corresponding String in LIST_B \";\\
                     fi; \\
            done\\
    done;
    

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)