[cvs] [Wiki] changed: FAQ/Admin/Config

Jan Schneider jan at horde.org
Wed Aug 3 04:27:09 PDT 2005


jan  Wed, 03 Aug 2005 04:27:09 -0700

Modified page: http://wiki.horde.org/FAQ/Admin/Config
New Revision:  1.10
Change log:  If we assume grep is available, why not using it straight forward?

@@ -143,21 +143,14 @@
 
 If you are having difficulty finding the file which contains the phrase you want to change, the following Unix command may be of assistance:
 
 <code>
-find horde/ -type f -exec grep -li 'Your Phrase' {} \;
+grep -rli  'Your Phrase' horde/
 </code>
 
 where {{horde/}} is the root directory of your Horde installation.
-
-Assuming that your flavor of unix supports it, you will probably find egrep -r [recursive] to be faster for the above:
-
-<code>
-egrep -rli  'Your Phrase' horde/
-</code>
-
-To make your search case sensitive remove the -i.
-To see the match rather than just the file name remove the -l.
+To make your search case sensitive remove the {{-i}}.
+To see the match rather than just the file name remove the {{-l}}.
 
 Note: The following question may also be of help to you if you are changing the locale files.
 
 ++++ How can I provide another translation for Horde/IMP's messages?


More information about the cvs mailing list