diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-15 12:24:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-15 12:24:04 +0000 |
commit | e1f1be8559019d9b8e8c38dcebd49d1118fc9069 (patch) | |
tree | ab2912912273539a2979630d17b5c707335aca66 | |
parent | 3786638a49dbf03d4507130018e73d5115a206d3 (diff) | |
download | coreutils-e1f1be8559019d9b8e8c38dcebd49d1118fc9069.tar.xz |
*** empty log message ***
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,12 @@ [4.5.5] +* ls dangling-symlink now prints `dangling-symlink'. + Before, it would fail with `no such file or directory' +* ls -s symlink and ls -i symlink now print attributes of `symlink', rather + than attributes of their referents +* shred's --zero (-z) option no longer gobbles up any following string + Before, `shred --zero file' would produce `shred: missing file argument', + and worse, `shred --zero f1 f2 ...' would appear to work, but would leave + the first file untouched. * readlink: new program * cut: new feature: when used to select ranges of byte offsets (as opposed to ranges of fields) and when --output-delimiter=STRING is specified, |