[Bug 294791] rm(1) should prompt the user recursively for files and directories if '-ir' is given
Date: Mon, 27 Apr 2026 13:01:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294791 --- Comment #3 from jschauma@netmeister.org --- Comment on attachment 270179 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=270179 patch to bin/rm.c Note that the lines at 257,6 +257,9 need another "!fflag" check. I.e., ``` if (!fflag && !check(p->fts_path, p->fts_accpath, ``` -- You are receiving this mail because: You are the assignee for the bug.