###Grep Wrapper
grep wrapper with replace function
syntax (search_regex, patch_to_file/folder, optionally_options, optionally_new_string_too_replace
GrepWrapper.new("test/bed", "./data/", "rX", "test/good").execute
- r is recursive searching option
- X is replace option on