About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
arttuladhar
8/6/2017 - 8:37 PM
share
Share
add_circle_outline
Save
GREP Examples
GREP Examples
grep_example.md
content_copy
file_download
Rendered
Source
Find Files With Match Keywords
grep -lr "search keyword" * grep -r "search keyword" <files>
clear