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: add -R alias for -r #820

Merged
merged 1 commit into from
Nov 18, 2024
Merged

grep: add -R alias for -r #820

merged 1 commit into from
Nov 18, 2024

Commits on Nov 18, 2024

  1. grep: add -R alias for -r

    * On *BSD, there's no difference between grep -r and grep -R, so adding -R in this version allows for greater compatibility
    * Also add missing validation: $pattern can be undefined when shifting off ARGV, and it's a fatal error if we get no patterns (found with "perl grep -r")
    mknos authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    531671f View commit details
    Browse the repository at this point in the history