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

Wiki Guest wiki at wiki.horde.org
Wed Aug 3 02:42:26 PDT 2005


guest [212.202.175.61]  Wed, 03 Aug 2005 02:42:25 -0700

Modified page: http://wiki.horde.org/FAQ/Admin/Config
New Revision:  1.6
Change log:  ';' need to escaped

@@ -143,9 +143,9 @@
 
 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' {} ;
+find horde/ -type f -exec grep -li 'Your Phrase' {} \;
 </code>
 
 where {{horde/}} is the root directory of your Horde installation.
 


More information about the cvs mailing list