Skip to content

jrichter/rEgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rEgrep

rEgrep is a very simple wrapper for egrep to allow me to search a file over and over and over again. I am assuming a linux system with grep installed.

Installation

  • modify .rvmrc to your requirements
  • gem install bundler
  • bundle install
  • chmod +x search.rb

Usage

./search.rb /path/to/file.name /path/to/file2.name

About

A ruby script wrapping egrep into a loop for easy continual search of a set of files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages