]> git.ipfire.org Git - thirdparty/man-pages.git/commit
Remove '-x' option
authorAlejandro Colomar <alx@kernel.org>
Thu, 2 Nov 2023 15:08:31 +0000 (16:08 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 29 Oct 2025 20:29:16 +0000 (21:29 +0100)
commit4b2402eb33f249af381ed25fb027705515cb81b8
tree50b45d1dca36711ce7387ec77db0c3c6df9356ee
parente6223a709f1cbbc78cae696409269898827c3ffc
Remove '-x' option

This program shouldn't know about file extensions.  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