feat: grep -R/-r flag · Issue #998 · shelljs/shelljs · GitHub
Skip to content

feat: grep -R/-r flag #998

Description

@nfischer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions