This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # --------------------------------------------------------------------------- | |
| # FIND string in (regular) files | |
| # https://gist.github.com/674341 | |
| # -> finds a given string in all files of a given type in the current | |
| # directory and its subdirectories (.git directory contents excluded, | |
| # directories excluded) | |
| function findall() | |
| { | |
| #CUSTOM COLORS : declare them as local variables so as not to clutter your BASH ENVIRONMENT |