custom rgrep with multi dirs
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

 Up
custom rgrep with multi dirs         

Group: gnu.emacs.help · Group Profile
Author: Xah
Date: Jun 14, 2008 02:31

i'd like to write a custome rgrep command so that it greps several
predefined dirs at once.

for example, here's what i like the actualy command to run:

find ~/dir1 ~/dir2 ~/dir3 -name "*html" -exec grep -i -nH -e myStr {} /
dev/null \;

all i want the my-rgrep to ask me is about the myStr. And of course i
want the output in nice usual rgrep output with word highlighted and
file linked.

Any suggestion on how to do that?

... for extra... where would i start to learn about how to get unix
shell output into the format rgrep uses? i.e. hotlink file names and
highlight words. Is there a general api/function or does it involve
detailed programing of text properties etc myself?

Thanks.

Xah
∑ http://xahlee.org/

☄
3 Comments
diggit! del.icio.us! reddit!