shell脚本 命令不断循环问题

abc() {
 
     set -x
    abc 123;
    ls .;
}
 
会导致abc不断重复...
 

posted on 2023-04-10 21:16  lydstory  阅读(34)  评论(0编辑  收藏  举报

导航