> At work, I typically have a terminal doing something like "while true; > do ls -l /var/cores && sleep 10 && clear; done", and it bugs me that > I'm taking up so much screen space with things like that when all I > need to be able to see is whether or not there are any files being > created there.
watch(1) -emg