12 Jan
2009
12 Jan
'09
12:01 p.m.
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