Is it possible in Linux command line to have a command repeat every n seconds?
Say, I have an import running, and I am doing
ls -l
watch is good but will clean the screen.
watch -n 1 'ps aux | grep php'