Loop Clear dan LS LRT Command Line Linux

while [ 1 ] ; do clear; ls -lrt; sleep 5; done # this will clear screen and list directory every 5 seconds
Stupid Salmon