-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
I quite frequently use grep -l
to simply identify files which contained any match of the given pattern. Since only existence checking is required, you could terminate at the first match. The list of files can then be fed to xargs
or the like. This would go hand-in-hand with the -0, --null
option.
Metadata
Metadata
Assignees
Labels
No labels