diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-20 20:17:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-20 20:17:06 +0000 |
commit | 24ad07391c57f53fd41db00c60380f2da20842a1 (patch) | |
tree | de0da3acddcd403e40996cda4423c656bec2cf6f | |
parent | 307a4ecdb5c6db7d8b85457b8362c52d8e839bbe (diff) | |
download | coreutils-24ad07391c57f53fd41db00c60380f2da20842a1.tar.xz |
*** empty log message ***
-rw-r--r-- | NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,11 +1,11 @@ [4.5.5] * ls has a new option --dereference-command-line-symlink-to-dir, which - corresponds to the default behavior when none of -d, -l -F, -H, -L has - been specified. + corresponds to the new default behavior when none of -d, -l -F, -H, -L + has been specified. * ls dangling-symlink now prints `dangling-symlink'. - Before, it would fail with `no such file or directory' -* ls -s symlink-to-non-dir and ls -i symlink-to-non-dir now print attributes - of `symlink', rather than attributes of their referents + Before, it would fail with `no such file or directory'. +* ls -s symlink-to-non-dir and ls -i symlink-to-non-dir now print + attributes of `symlink', rather than attributes of their referents. * Fix a bug introduced in 4.5.4 that made it so that ls --color would no longer highlight the names of files with the execute bit set when not specified on the command line. |