[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Find hosts running bb client
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Find hosts running bb client
- From: Henrik "Størner" <henrik (at) hswn.dk>
- Date: Mon, 12 Jan 2009 12:01:00 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <girips$ra1$1 (at) voodoo.hswn.dk> <a60f25fc0812231100t4cea6d73y4da026c4afd2d76b (at) mail.gmail.com> <girips$ra1$1 (at) voodoo.hswn.dk> <a60f25fc0901080745m1a764c2dn29c453edbffface5 (at) mail.gmail.com>
- User-agent: nn/6.7.3
In <a60f25fc0901080745m1a764c2dn29c453edbffface5 (at) mail.gmail.com> "Asif Iqbal" <vadud3 (at) gmail.com> writes:
>On Tue, Dec 23, 2008 at 3:47 PM, Henrik St=F8rner <henrik (at) hswn.dk> wrote:
>> Easier way of doing the same:
>> bb 127.0.0.1 "hobbitdboard test=3Dcpu fields=3Dhostname,client" | grep "=
>|N"
>Is it possible to update the test name to match exact string? I have a
>test name called `cpuinfo' so unless I put a `$' end of the test
>string I get results from both tests
Use 'test=^cpu$' - it's a normal regular expression.
Regards,
Henrik