Date:Sun, 31 Jan 2021 18:12:21 +
From:David Holland
Message-ID:
| Basically what you want is to read only files matching some glob that
| matches the POLA reasonably well, like "*.conf".
No, what I want is for it to read the files that are there, whatever
t
> The reason to have a suffix and only read files with that suffix is
> that there are lots of ways to get extra files in the directory that
> the user didn't mean for you to read, and ~98% of the time they won't
> have the right suffix so filtering by suffix is a good way to skip
> them and avoid
On Wed, Jan 20, 2021 at 01:37:44AM +0700, Robert Elz wrote:
> Date:Mon, 18 Jan 2021 22:15:30 +
> From:David Holland
> Message-ID:
>
> | ...and also, for your own and the operator's sanity, skip anything
> | else beginning with '.',
>
> That one is pr