Closed DemoYeti closed 2 months ago
Thanks for the report, now I remember why I changed it to using find
:
Let me read into shellcheck and see if there is any merit of that recommendation
https://github.com/koalaman/shellcheck/issues/2950 I will follow up this one and make an upstream contribution.
I will close this one for now.
Thanks!
The above is an overly complicated way to count files. This PR replaces it with a simpler method using
ls
.