What about a custom command around the lines of rgrep -l SOMEWORD . | sed 's/^.*$/[&](&)/'?
Anyway, it definitely sounds like the job for rgrep and/or find, coupled with slight post-processing of their output (and sed it handy here)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.