Differences
This shows you the differences between the selected revisions of the page.
2013-07-16 | 2013-08-14 | ||
directory anchor (martin) | show full syntax for non-recursive mask (martin) | ||
Line 56: | Line 56: | ||
To use the mask for directories, append a slash to the end, e.g. ''images/''. The mask ''*/'' matches any directory. | To use the mask for directories, append a slash to the end, e.g. ''images/''. The mask ''*/'' matches any directory. | ||
- | To make operation non-recursive use exclude mask ''*/''. | + | To make operation non-recursive use exclude mask ''*/''((Full inline file mask syntax, in case there's no other mask involved, is ''|*/'', where the ''|'' denotes a start of an [[file_mask#include_and_exclude_masks|exclude mask]])). |
Directory masks are recursive. E.g. mask ''images/'' matches directories ''/home/martin/images/'' as well as ''/home/martin/images/avatars/''. | Directory masks are recursive. E.g. mask ''images/'' matches directories ''/home/martin/images/'' as well as ''/home/martin/images/avatars/''. |