linux刷新查看文件夹内容2022-11-14 12:56:51使用while命令实现 while : ;do command ;done; cd进入文件夹 while : ;do clear;ls -lrt;sleep 1; done; 效果如下: 上一篇:shell_for循环_while_until_break_continue语句用法下一篇:shell中for循环的几个常用写法