Randy Kramer wrote: > Thanks, that's the part about tail(ing) I didn't understand. Seems like > (without trying it) it should work just like the ">" I'm using. ...except that 'tail foo > foo' probably isn't a good idea. Before you go trying it on anything important ;-). (If you want to preserve the last few entries, I think you would need to do something like 'tail foo > foo.sav ; cat foo.sav > foo ; rm foo.sav'. Doing 'mv foo.sav foo' would I think leave anything with 'foo' open writing to a deleted file.) -- Matthew Please do not quote my e-mail address unobfuscated in message bodies. -- "Nobody expects the Spanish Inquisition!" -- Monty Python ___________________________________________________ This message is from the kde mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.