[cvs] [Wiki] changed: IngoMulti

Wiki Guest wikiguest at horde.org
Sat Jan 10 02:46:58 UTC 2009


guest [64.144.80.66]  Fri, 09 Jan 2009 21:46:58 -0500

Modified page: http://wiki.horde.org/IngoMulti
New Revision:  1.7
Change log:  better way to search and replace

@@ -62,8 +62,17 @@
  cd ../../
  </code>

  There may be a better way of finding and replacing words in all the  
subfolders, please feel free to edit this page and put that method here.
+
+
+Yes there is a better way. :)
+<code>
+# find ./ -type f -exec perl -pi -e 's/Ingo/Imgo/g' {} ;
+# find ./ -type f -exec perl -pi -e 's/ingo/imgo/g' {} ;
+# find ./ -type f -exec perl -pi -e 's/INGO/IMGO/g' {} ;
+</code>
+

  Copy Ingo's icon using the new name:
  <code>
  cp imgo/themes/graphics/ingo.png imgo/themes/graphics/imgo.png



More information about the cvs mailing list