#! /bin/bash # grep_hg_project.sh cd $1 hg manifest | xargs grep -nHs -E "$2" | awk -F: '{print ENVIRON["PWD"]"/"$1":"$2":"$3}'
~/bin/grep_hg_project.sh `pwd` SomeClassToSearch
Post a Comment
No comments:
Post a Comment