Linux command to find file names for matching pattern

Here is command to get files which contains the given pattern. For example, if you are trying to find "Got my text" in current directory and its sub directories, then following command will give line numbers along with file names that contains that text:

grep "Got my text" -nr ./*

Installing git-svn on Mac

git-svn can be installed on Mac using macports. Just this will do:
sudo port install git-core +svn

Scheduling Repeating Local Notifications using Alarm Manager

Learn about Scheduling Repeating Local Notifications using Alarm Manager in this post .