shelljs icon indicating copy to clipboard operation
shelljs copied to clipboard

feat: grep -R/-r flag

Open nfischer opened this issue 5 years ago • 1 comments

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.

nfischer avatar May 27 '20 03:05 nfischer

Hi @nfischer Can I take this up?

pranshu667 avatar Sep 10 '21 10:09 pranshu667