watch -- execute commands over and over again.
* execute commands over and over again - run fortune (program) every 20 seconds, run program 'w' every 2 seconds (default), keep track of filename.
watch -n 20 fortune
watch w
watch ls -l filename
DZone Snippets > nevadalife > reminder
12382 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
watch -n 20 fortune
watch w
watch ls -l filename