Jeremy Hansen <[EMAIL PROTECTED]> wrote:

>cat tmp | tai64n | ./tai64n2time | /usr/local/qmailanalog/bin/matchup  |

As Russ Allbery pointed out, you should be timestamping the log
entries at the time they occur. But I couldn't let the egregious use
of "cat" go by...

  cat file | prog ...

is silly. Instead use:

  prog <file ...

-Dave

Reply via email to