Skip to content

Add filename-only option #103

@ddrcoder

Description

@ddrcoder

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions