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

feat: grep -R/-r flag #998

Open
nfischer opened this issue May 27, 2020 · 1 comment · May be fixed by #1044
Open

feat: grep -R/-r flag #998

nfischer opened this issue May 27, 2020 · 1 comment · May be fixed by #1044
Labels
bash compat Compatibility issues with bash or POSIX behavior feature low priority

Comments

@nfischer
Copy link
Member

This is a feature request to add the -r or -R flag to grep(). From the man page:

-r, --recursive
       Read  all  files under each directory, recursively, following symbolic links only if they are on the command line.  Note that if no file operand is given, grep searches the working directory.  This is equivalent
       to the -d recurse option.

-R, --dereference-recursive
       Read all files under each directory, recursively.  Follow all symbolic links, unlike -r.
@pranshu667
Copy link

Hi @nfischer
Can I take this up?

@c-pranshu c-pranshu linked a pull request Sep 16, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bash compat Compatibility issues with bash or POSIX behavior feature low priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants