
Here is easy way add date and time to Linux terminal title. This trick works at least following terminals Gnome Terminal, xterm, urxvt, rxvt.
Simply type the following command line:
while sleep 1 ; do echo -ne '\033]2;'`date`'\007'; done &

Related posts:
- Add Hostname, Date, Time, Uptime, Load Average to Linux Terminal Title This tip is really useful if you need/want to monitor multiple servers at the same time. This Tip works, as...
- PHP: Loop through dates (from date to date) with strtotime() function This is very easy way loop through dates (from date to date) with PHP strtotime() function. This example only echo...
- Google search from Linux and UNIX command line Today I started thinking that how cool is do some Google searches straight from command line. First I try to...
- Linux Tip: Create and Append to Temporary File Without Editor This is a very typical case, the need to create a temp file on the command line quickly. Opening editor,...
- Linux: Enable Laptop Touchpad Vertical Scrolling and Tapping from Command Line I noticed that the Fedora Linux with KDE desktop, has reasonably poor support for laptop touchpad adjustment. For example, the...