递归 把当前文件夹下面的以lua结尾的文件 加 执行权限 怎么 写

find . -name "*.lua" -type f -exec chmod +x {} ;

posted @ 2025-08-26 17:41  昆仑葫芦  阅读(1)  评论(0)    收藏  举报