Answers for "loop clear and ls lrt command line linux"

0

loop clear and ls lrt command line linux

while [ 1 ] ; do clear; ls -lrt; sleep 5; done # this will clear screen and list directory every 5 seconds
Posted by: Guest on September-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language