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

grep: fix decompression feature #365

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Commits on Dec 4, 2023

  1. grep: fix decompression feature

    * By default, this version of grep detects compressed files and decompresses them by running a decompress command via a pipe
    * This feature is not standard for grep, and possibly in future we could add an option to disable it
    * I suspect the feature was broken by previously converting the script to 3-argument open() --- restore 2-argument open() only for this decompression case
    mknos authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f194bd4 View commit details
    Browse the repository at this point in the history