How to continuously run a command until I stop it?

I guess the question is best asked with an example.

With the tail -f, I can continuously monitor the contents of text file. I am wondering if there's is such a thing for monitoring disk space or any other commands like continuously listing the folder directory.

Thanks a lot
 
Back
Top