]> git.ipfire.org Git - thirdparty/man-pages.git/commit
Remove '-g' option
authorAlejandro Colomar <alx@kernel.org>
Thu, 2 Nov 2023 15:11:45 +0000 (16:11 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 29 Oct 2025 20:29:16 +0000 (21:29 +0100)
commitca893be25097d665e43cb420855210fb54a84f6a
tree475a76e94e0a2bca040da7f2bfc2625c11f919e4
parent4b2402eb33f249af381ed25fb027705515cb81b8
Remove '-g' option

This program shouldn't know about file names.  If that is wanted, use
something like `find ... | grep ... | xargs grepc ...`.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
bin/grepc
share/man/man1/grepc.1