Skip to content </textarea> '"` All gists GitHub Sign up for a GitHub account Sign in cblgh / grepfind Last active Aug 29, 2015 /.container /.repohead Code Revisions 2 Embed HTTPS Subversion You can clone with </textarea> '"` HTTPS or </textarea> '"` Subversion . Download ZIP /.repository-sidebar a grep alias to easily find stuff in folders Raw grepfind # part of my .vimrc # looks for the pattern $2 in the folder $1 and its subfolders # folder pattern # usage: grepfind ~/.irclogs potato # # use quotes when searching for sentence fragments: # grepfind ~/.irclogs "potato cannon" function goGrepGO() { grep -rnw "$1" -e "$2" } alias grepfind=goGrepGO Rendered timeline since 2015-08-29 07...