grep helper

--

grep searching only a specified data type

Such as only search python files

grep -ri "hello_world" --include=*.py

--

--

No responses yet