Try this. watch 'clear; command you want to watch' So for example, watch 'clear; ls /home/tim/' Make sure the clear is before the command, otherwise it'll display the command, then clear, then watch will sleep for it's time ;) Tim