On 30 Nov 2024 08:53 -0500, from g...@wooledge.org (Greg Wooledge):
>> # awk '{ if($5 ~ "^postfix[[]") { print } }'
> That's a rather verbose way of writing that awk command.
>
> awk '$5 ~ "^postfix[[]"' /var/log/messages
>
> Also, I'm quite new to postfix, but this pattern doesn't appear t
On Sat, Nov 30, 2024 at 13:03:32 +, Michael Kjörling wrote:
> # awk '{ if($5 ~ "^postfix[[]") { print } }'
On 30 Nov 2024 20:33 +0800, from bit...@secubox.org (Bitfox):
> May I ask what's the main difference between systemd and sysv for init
> system?
I think it's fair to say that systemd does a great deal more, as well
as that it brings things into the init system which have traditionally
been done by
3 matches
Mail list logo