<HTML>
<HEAD>
<TITLE>Re: [BlueOnyx:03353] Re: Gumblar</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>><BR>
> I would like to search the entire server /home/.sites for signature code<BR>
> but could do with a little help writing a script.<BR>
<BR>
<BR>
You could do:<BR>
# grep -R "SEARCHTEXTHERE" /home/.sites/*<BR>
<BR>
Just replace SEARCHTEXTHERE for the string you want to search for.<BR>
<BR>
Thanks Chris,<BR>
<BR>
See what else I can find :-)<BR>
<BR>
Colin</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>