grep helper
Jun 27, 2022
grep searching only a specified data type
Such as only search python files
grep -ri "hello_world" --include=*.py
grep searching only a specified data type
Such as only search python files
grep -ri "hello_world" --include=*.py