[HOWTO] Find files in your source tree

I made this little script to search inside files, very useful when you are building ROM’s and want to modify things but can’t find where.

Git clone this somewhere and copy find.sh it to your ~/bin directory. And now you can go to any directory and type: find.sh text_to_find It wil also search subdirectories.

example:

3 Likes