[Bug 254763] grep very slow with 13.0-RC4

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 27 Jun 2022 07:09:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254763

--- Comment #20 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Mark Millard from comment #19)

Even better for comparison with grep use would be:

/usr/bin/time -l cat access_log.txt | cat > output.log

because it still has the pipe and a right hand side process
involved.

-- 
You are receiving this mail because:
You are the assignee for the bug.