diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-30 18:42:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-30 18:42:12 +0000 |
commit | 1815011d0add0984e927acb3a8d8b8f7a7bba3e1 (patch) | |
tree | f967b83987c1b65cc3063dad9540487ad473ef6e | |
parent | b2a58b9d3cf19e87eca11234985346122b7df2fb (diff) | |
download | coreutils-1815011d0add0984e927acb3a8d8b8f7a7bba3e1.tar.xz |
Add support for --no-target-directory option.
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ GNU coreutils NEWS -*- outline -*- pwd now works even when run from a working directory whose name is longer than PATH_MAX. + cp, install, ln, and mv have a new --no-target-directory option. + 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 |