📜  loop clear 和 ls lrt 命令行 linux - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:56.381000             🧑  作者: Mango

代码示例1
while [ 1 ] ; do clear; ls -lrt; sleep 5; done # this will clear screen and list directory every 5 seconds