Skip to content

repgrep automates your grep command and will run your command every X seconds.

Notifications You must be signed in to change notification settings

AmitShtober/repgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

repgrep - repeated grep

repgrep automates your grep command and will run your command every X seconds (Similiar to watch command).

Just change your grep command to repgrep and add the -rep X flag.

Example

repgrep

Usage

  • Set alias for repgrep, such as: alias repgrep='~/repgrep/repgrep.sh'.
  • Set the script full permissions using chmod
  • Use repgrep command instead of grep. add -rep for setting the interval (default is 10sec)
    • i.e. repgrep "/share/xorg" ../ -r -rep 3

Contribution

Just go for it.

About

repgrep automates your grep command and will run your command every X seconds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages