linux command to show real time and date code example Example: linux date command live update { while true ; do date ; sleep 0.1 ; done } | uniq