On Thu, Aug 24, 2006 at 02:41:49PM +0100, Aine Douglas wrote: > Thanks Rick, my problem was I was debugging and watching for log > outputs of an app with tail -f, and my output was getting lost in the > dictionary attack logs. > Or, just use grep -v : tail -f mylog | grep -v ssh Happy days :) P