[hobbit] hobbit client versions
Does anyone have any ideas on this??
-----Original Message----- From: Adam Scheblein [mailto:adam.scheblein at marquette.edu] Sent: Friday, November 04, 2005 1:30 PM To: hobbit at hswn.dk Subject: [hobbit] hobbit client versions
is there an easy way to determine what version of the client is installed?
thanks, Adam
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On 08/11/05, Scheblein, Adam <adam.scheblein at marquette.edu> wrote:
Does anyone have any ideas on this??
Don't know about "easy", but the following does work (even if it is ugly):
strings bb | grep "^[1-9]\."
Will work for all versions of hobbit up to and including 9 :-)
-- Please keep list traffic on the list. Rob MacGregor Whoever fights monsters should see to it that in the process he doesn't become a monster. Friedrich Nietzsche
On 08/11/05, Scheblein, Adam <adam.scheblein at marquette.edu> wrote:
Does anyone have any ideas on this??
Don't know about "easy", but the following does work (even if it is ugly):
strings bb | grep "^[1-9]\."
Will work for all versions of hobbit up to and including 9 :-)
I don't think this is consistant on all platforms. On AIX: #strings bb | grep "^[1-9]\." 1.14 src/bos/usr/ccs/lib/libc/__threads_init.c, libcthrd, bos520 7/11/00 12:04:14
and a client compiled from the same source on Linux:
strings bb | grep "^[1-9]\."
4.1.2
On Wed, Nov 09, 2005 at 09:20:23AM -0500, Pat Vaughan wrote:
On 08/11/05, Scheblein, Adam <adam.scheblein at marquette.edu> wrote:
Does anyone have any ideas on this??
Don't know about "easy", but the following does work (even if it is ugly):
strings bb | grep "^[1-9]\."
Will work for all versions of hobbit up to and including 9 :-)
I don't think this is consistant on all platforms.
Probably not. I've added a "--version" option for the "bb" and "bbcmd" commands now - both of these are included in the client installation. So in the future, you can run "bbcmd --version" and it will say
henrik at osiris:~/hobbit$ ./common/bbcmd --version Hobbit version 4.1.2
Regards, Henrik
participants (4)
-
adam.scheblein@marquette.edu
-
henrik@hswn.dk
-
hobbit@pvaughan.us
-
rob.macgregor@gmail.com