diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-12 09:20:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-12 09:20:47 +0000 |
commit | e4b7d663c08e01ceb08319c1c0ba63282cbc3039 (patch) | |
tree | f400d13c0da51691b3c486b13f0fd19b350120af /NEWS | |
parent | afe724318d02e920e197f5f865783328e6700033 (diff) | |
download | coreutils-e4b7d663c08e01ceb08319c1c0ba63282cbc3039.tar.xz |
cp -pu and mv -u (when copying) now take the destination
file system time stamp resolution into account.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,12 @@ GNU coreutils NEWS -*- outline -*- ** New features + cp -pu and mv -u (when copying) now don't bother to update the + destination if the resulting time stamp would be no newer than the + preexisting time stamp. This saves work in the common case when + copying or moving multiple times to the same destination in a file + system with a coarse time stamp resolution. + dd has new conversions for the conv= option: nocreat do not create the output file |