View previous topic :: View next topic |
Author |
Message |
thompsonmike Apprentice
Joined: 19 Jan 2004 Posts: 275 Location: Bath UK
|
Posted: Thu Oct 14, 2004 7:24 am Post subject: Service Provider foulup |
|
|
My service provider has just told me that they cannot supply my domain name for legal reasons, so I have had to change it.
Problem is that the old domain is all over my system in config files that I have long forgotten about, I have changed most if not all of them, so is there a easy way to find any occurances of the string using grep or similar to do search? _________________ Thanks
Michael.. |
|
Back to top |
|
|
nobspangle Veteran
Joined: 23 Mar 2004 Posts: 1318 Location: Manchester, UK
|
Posted: Thu Oct 14, 2004 4:43 pm Post subject: |
|
|
grep -r domain.com *
will find all occurances if you run it in the / directory. I think there is a switch to limit grep to text files but it escapes me at the moment |
|
Back to top |
|
|
|