David I S Mandala wrote: > "tail -f | grep something | less" perhaps Actually "tail -f | grep something" works quite well. I guess I was trying to do it the other way round, "grep something | tail -f" which does not work. Thanks much! -Stuart