1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 09:06:50 +02:00

mention yesterday's other ls bugfix

This commit is contained in:
Jim Meyering
2006-07-21 08:58:00 +00:00
parent eb12ed1aa7
commit 2c5f6e6e2c
+3
View File
@@ -204,6 +204,9 @@ GNU coreutils NEWS -*- outline -*-
ls --indicator-style=file-type would sometimes stat a symlink
unnecessarily.
ls --file-type worked like --indicator-style=slash (-p),
rather than like --indicator-style=file-type.
mv: moving a symlink into the place of an existing non-directory is
now done atomically; before, mv would first unlink the destination.