In this example I will use watch to repeat the call of ls -l
watch -n 5 -d ls -l /home/user/
-n = interval in seconds
-d = differences
In this example I will use watch to repeat the call of ls -l
watch -n 5 -d ls -l /home/user/
-n = interval in seconds
-d = differences