bucle borrar y 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