On Fri, Oct 07, 2022 at 01:25:57PM -0400, Greg Troxel wrote: > Sorry, I meant not documented in mkdir(1).
"Create intermediate directories as required. ... Do not consider it an error if the argument directory already exists." Hm... our implementation doesn't consider it an error if any intermediate directory in that path already exists; I'd argue that the "as required" part covers this. -is