diff options
author | Jim Meyering <jim@meyering.net> | 2006-07-21 08:58:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-07-21 08:58:00 +0000 |
commit | 2c5f6e6e2ccff2c6a180b2f55624744125f85a27 (patch) | |
tree | 06117768a3b51c2abcb882b4115f9d07760ae971 /NEWS | |
parent | eb12ed1aa7c7b1d6aafa048106d3f866308e46cb (diff) | |
download | coreutils-2c5f6e6e2ccff2c6a180b2f55624744125f85a27.tar.xz |
mention yesterday's other ls bugfix
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |