On 2 Feb 2006 at 8:38, Frank Sweetser wrote:

> On Thu, Feb 02, 2006 at 10:42:22AM +0100, Arno Lehmann wrote:
> > >So, the above expression can be read as thus:
> > >
> > >^\.    Match anything which begins with a literal .
> > >(      followed by EITHER
> > >[^.]   a character which is not a literal .
> > >|\..   OR a second literal . followed by ANY character
> > >)      (end of the EITHER-OR part)
> > >.*     followed by ANY ZERO OR MORE additional characters
> > >$      and then ends.
> > 
> > Great. And now, put that into the manual :-)
> 
> <shameless plug>Or perhaps the wiki?</plug>
> 
> http://paramount.ind.wpi.edu/wiki

The reason for putting it into the wiki first is so the people that 
update the manual can go to one location for any updates and/or new 
material.
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to