5 Dec
2006
5 Dec
'06
9:43 p.m.
On 12/6/06, Vadim Pushkin <wiskbroom@hotmail.com> wrote:
2. The other issue that I am having is that I wish to rotate now, my filesystem is fill, but since I did not rotate, all of my logfiles are one. How can I prune them of any data prior to say 15 Nov for *each* logfile? find /var/log -type f -exec sed -i '/15 Nov/d' {} \; should work - is untested, though :)
Thank you again,
.vp Cheers