On 3/23/24 5:01 PM, Bruno Haible wrote:
> * Is os.walk() as efficient as the 'find' command? On some file systems,
> determining the type (file vs. directory) of a directory entry requires
> an extra stat() call; on others, it is no extra overhead. We can assume
> that the 'find' command is w
Hi Collin,
> Since one bullet point is inlining 'sed' invocations, it might also be
> worth considering doing the same for 'find'.
Two considerations:
* Is os.walk() as efficient as the 'find' command? On some file systems,
determining the type (file vs. directory) of a directory entry require
Hi Bruno,
On 3/23/24 8:30 AM, Bruno Haible wrote:
> So, I've trimmed and reorganized the TODO file.
Thanks for checking these. I was going to mention a few of them but
you beat me to it. :)
Since one bullet point is inlining 'sed' invocations, it might also be
worth considering doing the same fo