On 2009/01/01 17:57, Marc Haber <[email protected]> wrote: > Please consider applying the common filter criteria such as not > including file names containing periods.
I understand the problem, and I'd like to implement some sort of useful filter. Your suggestion to ignore files with periods is not useful, since it would ignore *.ferm and *.conf. Are there other tools which already have such a list? ferm's current filter (l 774): next if $name =~ /^\.|~$/; Max -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

