Tagged Questions

1
vote
4answers
135 views

Regex to catch all files but those starting with “.”

In a directory with mixed content such as: .afile .anotherfile bfile.file bnotherfile.file .afolder/ .anotherfolder/ bfolder/ bnotherfolder/ How would you catch everything but the files (not dirs) ...