I am using CentOS 5.6, is there a way to view a "live" time, without constantly executing the date command?
Constantly excuting the date command can be quite frustrating and repetitive when checking the time for running cron jobs.
|
I am using CentOS 5.6, is there a way to view a "live" time, without constantly executing the Constantly excuting the |
||||
|
If you want to periodically execute a specific command you can use To run date every second just run:
|
|||
|
|
|
When using GNU Screen, I set my hardline to include the current system time and date. This is an excerpt from my screenrc:
The relavant part is the |
|||||||||||||
|
tailbut for the current system time. – crmpicco Jun 8 '12 at 12:51watch -n 1 date? – Ulrich Dangel Jun 8 '12 at 14:08