[wellylug] (no subject)
David Murray
newslists at electronincantation.net.nz
Mon Dec 19 22:46:43 NZDT 2005
On Mon, 2005-12-19 at 21:47 +1300, S Gallaghan wrote:
> Hi all
> prob a simple question, I want to seperate and e-mail a daily log file
> from /var/log/meessages.
> I can get iit to mail each day but how do i seperate just the days
> messages?
Grep <insert some sort of date-1 regex search value
here> /var/log/messages | /home/<insert userdirectory here>/textfile.txt
Grep is useful for sifting out only what you want to see. :o)
Regards
David Murray
More information about the wellylug
mailing list