Files
coreutils/util
Jeffrey Finkelstein 1606968bf2 rm: recursive implementation of -r option
Change the implementation of `rm -r` so that it is explicitly recursive
so that (1) there is one code path regardless of whether `--verbose` is
given and (2) it is easier to be compatible with GNU `rm`.

This change eliminates a dependency on the `walkdir` crate.

Fixes #7033, fixes #7305, fixes #7307.
2025-02-17 11:18:24 -05:00
..
2024-07-18 09:45:00 +02:00
2023-09-24 15:41:37 +02:00
2023-10-04 16:13:06 +02:00
2025-01-11 14:01:27 +01:00
2025-01-08 00:33:08 +01:00