Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csgrep --file-glob: expand glob patterns #212

Closed
wants to merge 1 commit into from

Commits on Nov 7, 2024

  1. csgrep --file-glob: expand glob patterns

    ... in the names of input files.  If we have too many input files, we
    cannot rely on the glob expansion implemented in the shell because the
    expanded command might exceed the maximum command line length.  Running
    `csgrep` for multiple batches of input files is difficult when we use
    a JSON-based output format, which cannot be concatenated as plain text.
    
    Related: csutils/csmock#187
    Closes: csutils#212
    kdudka committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    761b13a View commit details
    Browse the repository at this point in the history