Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/bin/rm
Module Name: src
Committed By: jschauma
Date: Sat Apr 25 20:23:01 UTC 2026
Modified Files:
src/bin/rm: rm.c
Log Message:
when '-i[rR]' is given, prompt the user for examination of directories as well as for removal
Previously, interactively and recursively removing a directory hierarchy
did not iteratively prompt the user for confirmation for both descending
into as well as removing directories.
This uses the patch suggested by rvp%SDF.ORG@localhost on tech-userlevel back in
February to more closely match the behavior of macOS and Linux as well
as user expectations.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/bin/rm/rm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index