Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GREP

  • A small grep clone

SYNOPSIS

  • grep [OPTIONS...] <pattern> <path>
  • grep <pattern> [OPTIONS...] <path>
  • grep <pattern> <path> [OPTIONS...]

OPTIONS

  • -r
    • Recusively search the given directory for the given pattern.
  • -rf
    • Recusively search the given directory and subdirectories for the given pattern.
  • -n
    • Append line numbers to the output.
  • -c
    • Instead of printing the found matches print the number of found matches.
  • -e
    • Show errors thrown.
  • --help
    • Print usage information.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages