On Fri, Feb 18, 2000 at 05:29:30AM -0500, Kenneth Jacker wrote: > > A related question: how to "watch" the output of 'dmesg' grow (the > command, not the file at /var/log/dmesg)? I tried "dmesg|tail -f", > but that doesn't work. I usually use 'tail -f /var/log/messages|grep kernel'. dave...