Hi,

The first statement says that the following will not work (or at least
not the way it would normally work):
 /path/to/a*/b*/*.log
Whereas recursion means that you can only do this:
 /path/to/*.log
This will match everything that the first one does and _more_ as
recursion enables it to enter _any_ subdirectory below to match *.log.
You can only use a wildcard in the file name, not in the directory name.

HTH,
Botond


On Mon, 23 Sep 2013 17:22:56 +0100
James Crowley <james.crow...@gmail.com> wrote:

> Is directory recursion with im_file possible? In the docs it says
> 
> "directory names in the path cannot be wildcarded"
> 
> but it also says
> 
> "It will also enter newly created directories if recursion is enabled."
> 
> which seems to be slightly contradictory?
> 
> Thanks
> 
> J

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
nxlog-ce-users mailing list
nxlog-ce-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users

Reply via email to