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

Wiki Guest wiki at wiki.horde.org
Wed Aug 3 04:26:14 PDT 2005


guest [206.82.16.35]  Wed, 03 Aug 2005 04:26:14 -0700

Modified page: http://wiki.horde.org/FAQ/Admin/Config
New Revision:  1.9
Change log:  Escape the ; so find will work

@@ -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