Re: how to get data from syslog for a specific date range?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Rudi Ahlers wrote:
> Hi all,
>
> Can someone please tell me, or point me in the right direction ( I
> have googled, with little luck) on how to get data from
> /var/logs/messages (and other log files) for a specified fe days (i.e
> 19 - 30 June 2011) ?
>
grep "Jul  5" /var/log/messages > 20110705.log

or
awk '$0 ~ /^Jul  [345]/' /var/log/messages > 201107_3-5.log

        mark

_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux