is there a way to search and replace a string using single unix command grep
recusrsively in multiple directories?
i know it can be done by using the combination of find with other utilities like sed perl etc.but is there a way where we can use only grep for doing this on unix command line?
views:
71answers:
2
+1
A:
I don't think that only grep would work here; involving sed and other utilities will be much more easier, than just grep
Himanshu
2009-12-14 06:14:58