changhai wrote: $
while:;do clear; ls -l; sleep 1;done
That command creates an infinite loop and when suggesting someone use one, then you should at the very least also tell someone that and how to break out of the loop (Ctrl+C) as well!
changhai wrote: $
while:;do clear; ls -l; sleep 1;done
That command creates an infinite loop and when suggesting someone use one, then you should at the very least also tell someone that and how to break out of the loop (Ctrl+C) as well!