diff options
author | Jim Meyering <jim@meyering.net> | 2004-10-18 08:58:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-10-18 08:58:55 +0000 |
commit | 35abc478c609f847a7533796d0bafc98808396d5 (patch) | |
tree | 8cedd331e0030465b3ed79d815d958385eec1de8 /NEWS | |
parent | e37a41205284108c715c308f7d1c36a2a77e9f2c (diff) | |
download | coreutils-35abc478c609f847a7533796d0bafc98808396d5.tar.xz |
rm (and mv when moving between partitions) no longer fails when
operating on too many command-line-specified nonempty directories.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -92,6 +92,9 @@ GNU coreutils NEWS -*- outline -*- ptx now diagnoses invalid values for its --width=N (-w) and --gap-size=N (-g) options. + rm (and mv when moving between partitions) no longer fails when + operating on too many command-line-specified nonempty directories. + rm (without -f) no longer hangs when attempting to remove a symlink to a file on an off-line NFS-mounted partition. |