Quote:
Originally Posted by vikas027
first I want to know how can I run a command automatically after every 10 mins, and dislpay its contents on the terminal.
|
Write a script
Setup a cron job to run every 10 min i.e. call this script using cron job. See how to use cron job:
How do I add jobs to cron under Linux or UNIX oses?
Good luck!