使用while命令实现

while : ;do command ;done;

cd进入文件夹

while : ;do  clear;ls -lrt;sleep 1; done;

效果如下:

linux刷新查看文件夹内容_while