Bob Proulx wrote: > This is probably not a an optimal solution because this is late night > time for me but this works: > > eval vi $(grep -l PATTERN * | sed 's/ /\\ /')
This also works.
find . -exec grep -q PATTERN {} \; -exec vi {} \;
Bob
_______________________________________________
Bug-bash mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-bash
