On Wed, Sep 07, 2005 at 05:10:21PM +0300, Ariel Biener wrote: > On Wednesday 07 September 2005 16:29, Omer Zak wrote: > > Wow wow wow, what long dicks you have over there! > > # uptime > 5:08pm up 1198 day(s), 1:24, 5 users, load average: 0.11, 0.10, 0.10 > > Solaris8.
http://counter.li.org/reports/uptimestats.php cat >/usr/local/bin/uptime <<EOF #!/bin/sh ssh omer uptime | awk '{$3++; print $0}' EOF (IIRC it only works in case "omer" actually has been up for more than a day) $ /usr/bin/uptime 17:44:17 up 10 days, 2:52, 8 users, load average: 0.00, 0.00, 0.00 :-( Cheers -- Tzafrir Cohen | [EMAIL PROTECTED] | VIM is http://tzafrir.org.il | | a Mutt's [EMAIL PROTECTED] | | best ICQ# 16849755 | | friend ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
