Hello  :-)

In section 1.8 this example is given:

grep "^Termination: *Backup OK" /tmp/log1.out

It does not work because there are two spaces between the beginning of the
line and "Termination" (tested using Bacula 5.0.1).

How about changing it to

grep " *Termination: *Backup OK" /tmp/log1.out

The next example is similarly affected.

Best

Charles


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to