* works fine of course ....* Hide all items beginning with a dot. *
*. Match any files without extension. *
But in combination it won't hide files beginning with a dot and having no extension e.g.
Code: Select all
.*.
f: .*.
f: ._*.* works fine of course ....* Hide all items beginning with a dot. *
*. Match any files without extension. *
Code: Select all
.*.
f: .*.
f: ._*.That's strictly speaking a contradiction. Files with a dot always have an extension: everything right of the last dot. (Dot is not possible at the last position.)konfuzius wrote:But in combination it won't hide files beginning with a dot and having no extension e.g.
In that context - "No."[...]contradiction
Out of zip extracted files with initial ".", "._", "._." without ext e.g.:Files with a dot always have an extension[...]


