For the 1234567890 countdown....

Paul O'Malley - gnu's not unix - ompaul at eircom.net
Thu Feb 12 18:30:39 GMT 2009


Donal Buckley wrote:
> from community cafe post:
> to count down
> 
> while true; do let a=1234567890-`date +"%s"`; echo $a; sleep 1; done
> 
>  or
> to count up
> 
> while true; do date +"%s"; sleep 1; done
> 
> 
> 

http://coolepochcountdown.com/

someone had to do it

P.



More information about the Ubuntu-ie mailing list