diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-04 17:01:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-04 17:01:23 +0000 |
commit | 739a26873587a20bd1804bdac93a00d689669c55 (patch) | |
tree | 57215c7b3d2ec5d2292f9c176ce1e76bf1b820b9 /old/fileutils/NEWS | |
parent | 7c5d2581a0a895928a2539db44c1b4f70e07e74f (diff) | |
download | coreutils-739a26873587a20bd1804bdac93a00d689669c55.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r-- | old/fileutils/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 990b5c022..82831300e 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,9 @@ Changes in release 4.01: [4.0z] +* mv's --force (-f) option now controls solely whether mv prompts (per POSIX) +* `cp -f' now first attempts to open an existing destination file, and only + if that fails does it resort to unlinking the file and retrying the open +* when ls sorts directory entries, it now honors the current locale settings * dd's `skip=BLOCKS' operator once again works on systems with a buggy lseek function (Linux, at least on SCSI tape devices) * fix a typo in install-sh |