Hi Matt,

> Can anyone suggest a command that I can use in a shell script that will
> help me do a find and replace action on a couple of thousand XML files?

Try `sed`. Be sure to pipe each parsed file into a new file and then rename the newly 
created file to the original filename or your files will be lost.

Make backups first... Nico

_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to