<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>

here is another one I need to use frequently as a hb admin.<br><br>bash-3.00$ cat remove-all-purple.ksh<br># !/usr/bin/ksh<br>HBBB="/opt/hobbitserver42/bin/bb --debug"<br><br>${HBBB}  127.0.0.1 "hobbitdboard color=purple fields=hostname,testname" |<br>while read L; do<br>      HOST=`echo $L | cut -d'|' -f1`<br>      TEST=`echo $L | cut -d'|' -f2`<br>      ${HBBB} 127.0.0.1 "drop $HOST $TEST"<br>done<br>bash-3.00$<br><br><br>T.J. Yang<br /><hr />Watch “Cause Effect,” a show about real people making a real difference. <a href='http://im.live.com/Messenger/IM/MTV/?source=text_watchcause' target='_new'>Learn more.</a></body>
</html>