[bug #46305] Doing "find -L . -type d -delete" fails on symlinks to directories.

2023-01-31 Thread anonymous
Follow-up Comment #9, bug #46305 (project findutils): Oh, and the patch that tries unlink() if rmdir() failes with ENOTDIR. ___ Reply to this item at: _

[bug #46305] Doing "find -L . -type d -delete" fails on symlinks to directories.

2023-01-31 Thread anonymous
Follow-up Comment #8, bug #46305 (project findutils): You bring up great points. I'd welcome a new, separate command-line option for a symlink-following delete, and the documentation change stating that -L is used during traversal only. __