Add support for --no-target-directory option.

This commit is contained in:
Jim Meyering 2004-06-30 18:42:12 +00:00
parent b2a58b9d3c
commit 1815011d0a

2
NEWS
View File

@ -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