CentOS 5.6 live time feature without repeatedly executing date command
listed in answer
ANSWER:
When using GNU Screen, I set my hardline to include the current system time and date.
This is an excerpt from my screenrc:
hardstatus alwayslastline
hardstatus string '%= Bk %c[ %y%H %c ][%= %=kw%?%-Lw%?%g(%W%n*%f%t%?(%u)%?%g)%y%?%+Lw%?%?%= %g][%Y%Y-%m-%d %W%c %g]'
The relavant part is the %Y%Y-%m-%d %W%c %g

New Comments