]> git.ipfire.org Git - thirdparty/man-pages.git/commit
src/bin/grepc: -r: Reimplement with grep(1)
authorAlejandro Colomar <alx@kernel.org>
Tue, 4 Nov 2025 14:11:50 +0000 (15:11 +0100)
committerAlejandro Colomar <alx@kernel.org>
Tue, 4 Nov 2025 14:21:16 +0000 (15:21 +0100)
commitd898898db2196e368fe4cfd493a793a1e6abdbf9
treeeef00cdea62ea911e138f45aa6623e61342477ac
parent1f750db4fcb2a14650dff3cf6792bba07a2041af
src/bin/grepc: -r: Reimplement with grep(1)

With grep(1), we don't need to hard-code escape sequences.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/bin/grepc