[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Maybe Not a Raq ??
- Subject: Re: [cobalt-users] Maybe Not a Raq ??
- From: "Steve Werby" <steve-lists@xxxxxxxxxxxx>
- Date: Thu Dec 12 13:07:16 2002
- Organization: Befriend Internet Services LLC
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
"Jerry Farquhar" <jerry@xxxxxxxxxxx> wrote:
> Tried the "tail -f /var/log/maillog" but there is so much activity on the
> server that everything scrolls by so fast I can't read it fast enough to
see
> the results and when I tried to "cat /var/log/maillog" the again scrolled
so
> fast I'm assuming because of being a constantly updated file.
>
> Any way any suggestions as how to better watch the delivery of those
> specific test address's?
To check for specific strings only do:
# Real time
tail -f /var/log/maillog | grep <case_sensitive_string>
or
# Snapshot
cat /var/log/maillog | grep <case_sensitive_string>
Also "man more" and "man less" for programs which display output one screen
at a time.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/