/ Published in: Bash

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
grep -irl 'string_i_want' `find . -name "*.file_extension"`
Comments
